fix: add missing macOS brew command

that's the equivalent of the MacPorts command to the "Using YubiKey" section.

Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
David Xia
2025-07-24 10:57:46 -04:00
parent 08a22f8bde
commit 0dd1bf1393

View File

@@ -1033,6 +1033,12 @@ sudo systemctl enable --now pcscd.service
**macOS**
```console
brew install gnupg
```
Or using MacPorts
```console
sudo port install gnupg2 pcsc-tools
```