summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-12 09:57:31 -0700
committerLuke <luke@lukesmith.xyz>2018-02-12 09:57:31 -0700
commita4d11754f3c329fa57c537259cca5186eeddb18a (patch)
treef86aac590b3b411174dac97b47ea00baa44eb160 /README.md
parentb61b24185ac0b60bc4928dc16efdeb56b552475b (diff)
documentation fix for gpg2 distros
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23ba238..9869758 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The email accounts that *won't* work with the script would include Proton Mail a
## Installation and Dependencies
-dialog, neomutt and offlineimap should be installed. The contents of this repo should go directly in `~/.config/mutt/` and run from there. You also need to have a GPG public/private key pair for the wizard to automatically store your passwords. Otherwise you'll have to store them insecurely in plaintext files without the help of the wizard.
+dialog, neomutt and offlineimap should be installed. The contents of this repo should go directly in `~/.config/mutt/` and run from there. You also need to have a GPG public/private key pair for the wizard to automatically store your passwords. Otherwise you'll have to store them insecurely in plaintext files without the help of the wizard. As a note, if you uuse a distribution like Void that uses GPG2 and not GPG, you should symlink /usr/bin/gpg to /usr/bin/gpg2 or wherever the GPG2 binary lives.
Just run `mutt-wizard.sh` for all the options.