Merge pull request #21 from 0x6e7a6f/dev

Modification on the Arch Linux installation guide
This commit is contained in:
Token2
2025-07-04 19:13:58 +02:00
committed by GitHub

View File

@@ -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
```