Homebrew安裝

看風景就發表於2016-01-19

1. 安裝Command Line Tools

終端輸入 xcode-select --install 回車,若下載慢,可搜尋Command line Tools的pkg檔案,自行安裝。

或者直接安裝Homebrew,在提示安裝Command Line Tools時安裝亦可。

2. 安裝Homebrew

ruby -e "$(curl -fsSL --insecure https://raw.githubusercontent.com/Homebrew/install/master/install)"

在-fsSl後新增 --insecure 即可

相關文章