spaghetti- / homebrew-neomutt

:package: Automated builds for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew-neomutt Build Status

Homebrew formula for NeoMutt.

Usage

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

Filing an Issue

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 become brew 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.

Troubleshooting

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:

  1. Homebrew troubleshooting;
  2. Checking for common Homebrew issues; and
  3. Re-tapping a Homebrew formula (replace instances of neovim with neomutt).

About

:package: Automated builds for OS X

License:MIT License


Languages

Language:Ruby 53.1%Language:Shell 46.9%