diff options
author | drduh <drduh@users.noreply.github.com> | 2017-12-21 14:42:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 14:42:54 -0800 |
commit | 5ecf1046a94800b3f394a38917aeb5d650f77baa (patch) | |
tree | 45c93e5645a48de1258fdddec434d78dee6bc352 /README.md | |
parent | Merge pull request #42 from kiralex/master (diff) | |
download | YubiKey-Guide-5ecf1046a94800b3f394a38917aeb5d650f77baa.tar.gz |
Formatting fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1165,7 +1165,8 @@ Depending on how your environment is set up, you might need to add these to your export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" gpgconf --launch gpg-agent -**Note : ** On some systems, for example Archlinux based distros, you need to replace the second and the third line by +**Note** On some systems, for example Arch Linux-based distributions, you may need to replace the second and the third line with: + ``` export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" gpg-connect-agent updatestartuptty /bye |