美文网首页
mac 安装brew

mac 安装brew

作者: 筑梦_f173 | 来源:发表于2018-04-24 01:11 被阅读0次

    安装方法:命令行输入

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

    回车(这里有提示目录不存在,要创建需要按return键,如果用的windows键盘,就是回车键)

    它的用法

    brew update 更新brew;

    brew install {应用名,如git} 安装软件

    brew cask install {应用名,如git} 也是下载安装,与上面的区别,请查看https://www.zhihu.com/question/22624898

    更多用法请 brew help

    神器好不好,用了才知道,自己去试吧

    相关文章

      网友评论

          本文标题:mac 安装brew

          本文链接:https://www.haomeiwen.com/subject/bnqdlftx.html