mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-06-16 05:28:48 +00:00
Update README.md added macOS with MacPorts to usage section
This commit is contained in:
parent
807b972302
commit
9c23d5933d
@ -970,6 +970,12 @@ sudo apt update
|
|||||||
sudo apt install -y gnupg gnupg-agent scdaemon pcscd
|
sudo apt install -y gnupg gnupg-agent scdaemon pcscd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**macOS**
|
||||||
|
|
||||||
|
```console
|
||||||
|
sudo port install gnupg2 pcsc-tools
|
||||||
|
```
|
||||||
|
|
||||||
**OpenBSD**
|
**OpenBSD**
|
||||||
|
|
||||||
```console
|
```console
|
||||||
@ -1012,6 +1018,8 @@ gpg --recv $KEYID
|
|||||||
|
|
||||||
Or with the URL on YubiKey, retrieve the public key:
|
Or with the URL on YubiKey, retrieve the public key:
|
||||||
|
|
||||||
|
using the command `gpg-card`
|
||||||
|
|
||||||
```console
|
```console
|
||||||
gpg/card> fetch
|
gpg/card> fetch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user