To install the latest release:
$ brew install neomutt/homebrew-neomutt/neomutt
To upgrade a previously-installed version:
$ brew update
$ brew upgrade neomutt
If want to install a developer version of NeoMutt, based on the latest GitHub revision, use:
$ brew tap neomutt/homebrew-neomutt
$ brew install --HEAD neomutt
To upgrade the developer version:
$ brew update
$ brew reinstall --HEAD neomutt
If you run into problems during the installation, make sure to follow the Troubleshooting section below before filing an issue. If you still have problems:
-
Please search the issue tracker to see if your problem has been discussed before.
-
Please make sure to include the link to the result of your
brew gist-logs neomutt
command. -
It's also helpful to capture the output of a verbose version of the install command you used. To do this, add the
-v
option to the command line and try again. For example,brew install neomutt/homebrew-neomutt/neomutt
would becomebrew install -v neomutt/homebrew-neomutt/neomutt
. Paste the result of this into your issue, and make sure to wrap it with a text fence so it renders correctly:```text # output goes here ```
Problems with NeoMutt itself, found after the installation, should be reported to the NeoMutt issues page.
Most Homebrew installs finish without a problem, but sometimes things can go wrong. You can try the following guides, in order, to see if one of them fixes the problem:
- Homebrew troubleshooting;
- Checking for common Homebrew issues; and
- Re-tapping a Homebrew formula (replace instances of
neovim
withneomutt
).