**Step1. ** 打开终端 执行下面命令,使用的是国内镜像
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
Step2. 如果没有git 会弹出安装git窗,安装完成后,再次执行step1,我选择的是2
按照提示进行就行
这个我选择的是5 默认推荐的,然后等待下载,会有些慢。。。。。。
安装完成后,就可以使用了
ps:卸载的话 使用下面这行命令
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"