Merge pull request #38 from dasbaum-ch/main

add dependency for ArchLinux
This commit is contained in:
Token2
2026-01-27 04:44:32 -08:00
committed by GitHub

View File

@@ -106,7 +106,7 @@ To allow coexistence with the original tool, our version will be compiled and in
```bash ```bash
git clone https://github.com/Token2/fido2-manage.git git clone https://github.com/Token2/fido2-manage.git
sudo pacman -S libfido2 cmake libcbor tk sudo pacman -S libfido2 cmake libcbor tk python-pexpect
cd fido2-manage cd fido2-manage