diff options
author | Sean O'Reilly <sean.orl@gmail.com> | 2018-10-30 17:44:56 +0200 |
---|---|---|
committer | Sean O'Reilly <sean.orl@gmail.com> | 2018-10-30 17:44:56 +0200 |
commit | e06b56f59af8779ac88d34560113dc3da9e80c41 (patch) | |
tree | deb53492c779057b6d73cce92f9d7a99aff1228b /README.md | |
parent | 068768ff3721f254807fc5df8ca2d49a58dcc759 (diff) |
Added macOS installation notes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -74,6 +74,17 @@ neomutt and see your mail. If mutt doesn't immediately work properly run the `Redetect mailboxes` option, then open mutt. This may be necessary for some accounts. + +### Installation on macOS + +You may need to add symbolic links or aliases on macOS, or the account generation logic may fail, or worse. + +``` +ln -s /usr/local/bin/gpg /usr/local/bin/gpg2 +brew install coreutils +ln -s /usr/local/bin/gshred /usr/local/bin/shred +``` + ### Non-essential dependencies The automatically deployed configs will look for certain programs for certain |