From 93ff1d3595b5822ab567cfadc8131a641b506239 Mon Sep 17 00:00:00 2001 From: beardedbotanist <99488691+beardedbotanist@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:57:09 -0400 Subject: [PATCH] Adding wget as prerequisite on macOS When i was following the guide I could not fetch the gpg config because I was missing wget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`