在homebrew中,有些软件并不是默认就存在的。比如这个 Betty。查了一下,在homebrew的Formula列表中的确是存在的。
那好吧,接下来,通过这几个步骤,轻松搞定。
创建新的Formula
brew create betty
打开github上formula的内容。用浏览器,猛击 betty.rb
brew edit betty
并将网页上rb里的代码都粘到brew edit中。
安装betty
brew install betty