diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-11-06 15:11:11 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-06 15:11:11 -0500 |
commit | e4be62eaf58c1804a55978147284f30b20cf78f5 (patch) | |
tree | 86cf3db09bb118ad6b3f454c585e52a133bed8eb /README.md | |
parent | 26c0df4511461c2062784531458b6b84ea73e6b0 (diff) | |
parent | 116eafd4c3275dcc6b5013f03e3d167066bf1f39 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
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 install or symlink additional packages on macOS. Otherwise the generation of configuration files 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 |