Skip to content

how to install cocot

hiroy edited this page Mar 1, 2012 · 6 revisions

cocotのインストール方法

formula追加

brew install wget

でwgetがインストールされている前提で

cd /usr/local/Library/Formula
wget https://raw.github.com/avalanche123/homebrew/64bcd8c5e5440c6abfd1ef0f280493fc69b0aa86/Library/Formula/cocot.rb

これでcocot.rbがformulaに追加される

インストール

brew install --HEAD cocot

おしまい

Clone this wiki locally