mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-12-26 20:44:57 +08:00
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:
parent
08a22f8bde
commit
0dd1bf1393
1 changed files with 6 additions and 0 deletions
|
|
@ -1033,6 +1033,12 @@ sudo systemctl enable --now pcscd.service
|
||||||
|
|
||||||
**macOS**
|
**macOS**
|
||||||
|
|
||||||
|
```console
|
||||||
|
brew install gnupg
|
||||||
|
```
|
||||||
|
|
||||||
|
Or using MacPorts
|
||||||
|
|
||||||
```console
|
```console
|
||||||
sudo port install gnupg2 pcsc-tools
|
sudo port install gnupg2 pcsc-tools
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue