1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2025-04-05 12:45:42 +00:00

Update README.md

updated for arch specific steps
This commit is contained in:
Kysh 2025-03-30 19:51:37 +03:00 committed by GitHub
parent 30054aadab
commit 9ff60ea8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -970,6 +970,13 @@ sudo apt update
sudo apt install -y gnupg gnupg-agent scdaemon pcscd
```
**Arch**
```console
sudo pacman -S --needed gnupg pcsc-tools
sudo systemctl enable --now pcscd.service
```
**macOS**
```console