aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kysh <42900317+Kyshman@users.noreply.github.com> 2025-02-08 00:46:42 +0300
committerGravatar GitHub <noreply@github.com> 2025-02-08 00:46:42 +0300
commitfcd28fe97b419bf2667d25e22cb4f4e2580c96d4 (patch)
tree0ad3ae31d20ab5d1f698a3bb5641fd7896707a88
parent9c23d5933dbee574572f28b800977c10c18b4540 (diff)
downloadYubiKey-Guide-fcd28fe97b419bf2667d25e22cb4f4e2580c96d4.tar.gz
YubiKey-Guide-fcd28fe97b419bf2667d25e22cb4f4e2580c96d4.tar.zst
YubiKey-Guide-fcd28fe97b419bf2667d25e22cb4f4e2580c96d4.zip
Update README.md section SSH for MacPorts
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24ea024..89f86b6 100644
--- a/README.md
+++ b/README.md
@@ -1225,10 +1225,10 @@ wget https://raw.githubusercontent.com/drduh/config/master/gpg-agent.conf
**macOS**
-Install pinentry with `brew install pinentry-mac` then edit `gpg-agent.conf` to set the `pinentry-program` path to:
+Install pinentry with `brew install pinentry-mac` or `sudo port install pinentry` then edit `gpg-agent.conf` to set the `pinentry-program` path to:
* Apple Silicon Macs: `/opt/homebrew/bin/pinentry-mac`
-* Intel Macs: `/usr/local/bin/pinentry-mac`
+* Intel Macs: `/usr/local/bin/pinentry-mac` or `/opt/local/bin/pinentry` (MacPorts)
* MacGPG Suite: `/usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac`
Then run `gpgconf --kill gpg-agent` for the change to take effect.