Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiralex authored Dec 18, 2017
1 parent badf3cc commit 02bfc69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1165,9 +1165,10 @@ 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 line by
**Note : ** On some systems, for example Archlinux based distros, you need to replace the second and the third line by
```
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
gpg-connect-agent updatestartuptty /bye
```


Expand Down

0 comments on commit 02bfc69

Please sign in to comment.