MacOS如何安装Homebrew?
摘要:官网地址:https:brew.sh 官网安装 binbash -c "$(curl -fsSL https:raw.githubusercontent.comHomebrewinstallHEA
官网地址:https://brew.sh
官网安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
国内安装
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
国内卸载
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
