From 5ecf1046a94800b3f394a38917aeb5d650f77baa Mon Sep 17 00:00:00 2001 From: drduh Date: Thu, 21 Dec 2017 14:42:54 -0800 Subject: [PATCH] Formatting fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea02d84..65ef7e1 100644 --- a/README.md +++ b/README.md @@ -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