aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2022-04-09 11:45:18 -0700
committerGitHub <noreply@github.com>2022-04-09 11:45:18 -0700
commitb5c94e1bef4584a105451ee06a314e4a7515eae4 (patch)
treeccf91c8247ac6350b6430c85af03732e49f20052
parentMerge pull request #292 from mpdude/patch-1 (diff)
parentAdding wget as prerequisite on macOS (diff)
downloadYubiKey-Guide-b5c94e1bef4584a105451ee06a314e4a7515eae4.tar.gz
Merge pull request #313 from beardedbotanist/master
Adding wget as prerequisite on macOS
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5078416..0dfe7a6 100644
--- a/README.md
+++ b/README.md
@@ -316,7 +316,7 @@ $ doas pkg_add gnupg pcsc-tools
Download and install [Homebrew](https://brew.sh/) and the following packages:
```console
-$ brew install gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac
+$ brew install gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac wget
```
**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`