homebrew一些技巧

安装

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

 

升级

brew update;brew upgrade;

 

完全卸载

brew uninstall --force

 

清理

brew cleanup

 

检查

brew doctor

 

提速

cd /Library/Caches/Homebrew/
找到.incomplete的文件,然后google地址,然后axel下载
最后brew install

 

你可能感兴趣的:(brew)