mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-11 18:23:34 +02:00
Update README.md to include setup via MacPorts for macOS
This commit is contained in:
parent
219423db05
commit
807b972302
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -194,6 +194,16 @@ brew install \
|
||||||
|
|
||||||
**Note** An additional Python package dependency may need to be installed to use [`ykman`](https://support.yubico.com/support/solutions/articles/15000012643-yubikey-manager-cli-ykman-user-guide) - `pip install yubikey-manager`
|
**Note** An additional Python package dependency may need to be installed to use [`ykman`](https://support.yubico.com/support/solutions/articles/15000012643-yubikey-manager-cli-ykman-user-guide) - `pip install yubikey-manager`
|
||||||
|
|
||||||
|
Or
|
||||||
|
|
||||||
|
Install [MacPorts](https://www.macports.org/install.php) and the following packages:
|
||||||
|
|
||||||
|
```console
|
||||||
|
sudo port install gnupg2 yubikey-manager pinentry wget
|
||||||
|
```
|
||||||
|
|
||||||
|
**Optional** [Yubikey Manager - Qt](https://www.yubico.com/support/download/yubikey-manager/) which is the supported version of the Yubikey Personalization.
|
||||||
|
|
||||||
**NixOS**
|
**NixOS**
|
||||||
|
|
||||||
Build an air-gapped NixOS LiveCD image:
|
Build an air-gapped NixOS LiveCD image:
|
||||||
|
|
Loading…
Add table
Reference in a new issue