1. 程式人生 > >macOS安裝homebrew命令

macOS安裝homebrew命令

homebrew 是macOS系統的軟體安裝管理工具

因為mac自帶了ruby的環境,所以直接拷貝下面的程式碼到終端,我用的是iterm。

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

安裝成功,以後就可以直接用 brew /homebrew 安裝更新mac上的軟體了。

例如安裝nginx伺服器軟體:

brew install nginx