diff --git a/README.md b/README.md index 80e100c..885c85d 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ To allow coexistence with the original tool, our version will be compiled and in ```bash git clone https://github.com/Token2/fido2-manage.git +sudo pacman -S libfido2 cmake libcbor tk + cd fido2-manage rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON .. @@ -117,10 +119,6 @@ sudo ldconfig chmod 755 fido2-manage.sh -sudo apt install -y python3-tk - -sudo pacman -S tk - python3 gui.py ```