From 536d43a441a15f64e46d5ce2c35443b22a1fab6b Mon Sep 17 00:00:00 2001 From: "dasbaum.ch" Date: Tue, 27 Jan 2026 07:53:58 +0100 Subject: [PATCH] add dependency for ArchLinux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3378033..9e1def7 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ 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 +sudo pacman -S libfido2 cmake libcbor tk python-pexpect cd fido2-manage