Formatting fix

This commit is contained in:
drduh 2017-12-21 14:42:54 -08:00 committed by GitHub
parent 76bb620594
commit 5ecf1046a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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