From e06b56f59af8779ac88d34560113dc3da9e80c41 Mon Sep 17 00:00:00 2001 From: Sean O'Reilly Date: Tue, 30 Oct 2018 17:44:56 +0200 Subject: [PATCH 1/2] Added macOS installation notes --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 47cf7f6..34766c4 100644 --- a/README.md +++ b/README.md @@ -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 From 62d00a13344ac0810f114dd1430d5862b52040af Mon Sep 17 00:00:00 2001 From: Sean O'Reilly Date: Tue, 30 Oct 2018 17:53:33 +0200 Subject: [PATCH 2/2] Revised some of the language in the instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34766c4..3178898 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ accounts. ### Installation on macOS -You may need to add symbolic links or aliases on macOS, or the account generation logic may fail, or worse. +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