homebrew-neomutt

📦 Automated builds for OS X
授权协议 MIT License
开发语言 JavaScript
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 司易安
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebrew-neomutt

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 thelatest 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 theTroubleshooting section below before filing an issue. Ifyou still have problems:

  • Please search the issue tracker to see if yourproblem has been discussed before.

  • Please make sure to include the link to the result of yourbrew gist-logs neomutt command.

  • It's also helpful to capture the output of a verbose version of the installcommand you used. To do this, add the -v option to the command line and tryagain. 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 reportedto the NeoMutt issues page.

Troubleshooting

Most Homebrew installs finish without a problem, but sometimes things can go wrong. You cantry 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 neovimwith neomutt).
 相关资料
  • This is the NeoMutt Project What is NeoMutt? NeoMutt is a project of projects. A place to gather all the patches against Mutt. A place for all the developers to gather. Hopefully this will build the c

  • 包管理工具可以让你安装和更新程序变得更方便,目前在 OS X 系统中最受欢迎的包管理工具是 Homebrew. 安装 在安装 Homebrew 之前,需要将 Xcode Command Line Tools 安装完成,这样你就可以使用基于 Xcode Command Line Tools 编译的 Homebrew。 在 terminal 中复制以下命令(不包括 $),跟随指引,将完成 Hombre

  • Homebrew 是一个包管理器,用来在 macOS 安装 Linux 工具包。 安装过程很简单: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" HomeBrew是ruby脚本,但是mac下不需要安装ruby解释环境,系统自带了。 安装好后,可以: brew –v 通过检查homebrew版本

  • 你已经感受到了使用 Homebrew 安装命令行程序的便利。那么接下来,我们将通过 Homebrew Cask 优雅、简单、快速的安装和管理 OS X 图形界面程序,比如 Google Chrome 和 Dropbox。 安装 安装 Homebrew-cask 是如此的简单直接,运行以下命令即可完成: $ brew install caskroom/cask/brew-cask $ brew ca

  • 安装一个包,可以简单的运行: $ brew install <package_name> 更新 Homebrew 在服务器端上的包目录: $ brew update 查看你的包是否需要更新: $ brew outdated 更新包: $ brew upgrade <package_name> Homebrew 将会把老版本的包缓存下来,以便当你想回滚至旧版本时使用。但这是比较少使用的情况,当你想清

  • Homebrew + Alfred Manage Alfred with Homebrew. Workflows require the paid Powerpack upgrade. Install brew tap danielbayley/alfredbrew alfred install #workflow #theme or with brew bundle using a Brewfi