aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2022-08-21 11:20:31 -0700
committerGitHub <noreply@github.com>2022-08-21 11:20:31 -0700
commit52d128789563f997d117f0fcc855b366d89a47a6 (patch)
treefb29318caee2a4ad075aa2bcc52b9c4b9c5c4e91
parentMerge pull request #311 from michael-k/typo (diff)
parentmake launchctl commands more copy 'n paste friendly (diff)
downloadYubiKey-Guide-52d128789563f997d117f0fcc855b366d89a47a6.tar.gz
Merge pull request #339 from fkr/master
make launchctl commands more copy 'n paste friendly
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd53da6..0a1e19e 100644
--- a/README.md
+++ b/README.md
@@ -2395,7 +2395,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent.plist` with the following con
```
```console
-launchctl load gnupg.gpg-agent.plist
+launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent.plist
```
Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens:
@@ -2420,7 +2420,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the follo
```
```console
-launchctl load gnupg.gpg-agent-symlink.plist
+launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist
```
You will need to either reboot, or log out and log back in, in order to activate these changes.