diff options
author | Felix Kronlage-Dammers <fkr@hazardous.org> | 2022-08-10 21:40:12 +0200 |
---|---|---|
committer | Felix Kronlage-Dammers <fkr@hazardous.org> | 2022-08-10 21:40:12 +0200 |
commit | dae723b409e1f7e85a03a2f19ef9508aa28b632d (patch) | |
tree | fb29318caee2a4ad075aa2bcc52b9c4b9c5c4e91 /README.md | |
parent | Merge pull request #311 from michael-k/typo (diff) | |
download | YubiKey-Guide-dae723b409e1f7e85a03a2f19ef9508aa28b632d.tar.gz |
make launchctl commands more copy 'n paste friendly
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |