diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-10-30 13:19:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 13:19:44 -0400 |
commit | 116eafd4c3275dcc6b5013f03e3d167066bf1f39 (patch) | |
tree | 78b4928b4cd77cb21796eacae2d45e18f38323c6 | |
parent | 068768ff3721f254807fc5df8ca2d49a58dcc759 (diff) | |
parent | 62d00a13344ac0810f114dd1430d5862b52040af (diff) |
Merge pull request #94 from seanoreillyza/master
Added macOS installation notes
-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 |