commit a31e44ba4827ed3bf0789b90352723a4ca79c9a0 parent 4c56f79ecb84d5e25409b79dd5e99c2cebc9e178 Author: Chris Bracken <chris@bracken.jp> Date: Wed, 6 May 2020 11:28:03 -0700 FreeBSD: add abook to mutt install instructions Diffstat:
M | freebsd_install.md | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/freebsd_install.md b/freebsd_install.md @@ -165,10 +165,11 @@ Install general packages: Install mutt email support: 1. Run `pkg install mutt` to install mutt email client. -2. Run `pkg install notmuch` to install notmuch email indexer. -3. Run `pkg install isync` to install email syncing. -4. Run `pkg install msmtp` to install an SMTP plugin mutt can use. -5. Run `pkg install w3m` to install w3m browser. +2. Run `pkg install abook` to install address book. +3. Run `pkg install notmuch` to install notmuch email indexer. +4. Run `pkg install isync` to install email syncing. +5. Run `pkg install msmtp` to install an SMTP plugin mutt can use. +6. Run `pkg install w3m` to install w3m browser. Install developer packages: