mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-09 18:33:36 +02:00
Update README.md
updated for arch specific steps
This commit is contained in:
parent
30054aadab
commit
9ff60ea8c5
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue