其他分享
首页 > 其他分享> > mac上安装wget及ag

mac上安装wget及ag

作者:互联网

mac使用技巧记录。

事情的起源是要安装ag,网上找的一段脚本,里面要下载github代码,需要安装wget,从gnu上下载的压缩包,编译安装总是失败,网上查到可以只用brew安装,但是又没有brew。

安装brew

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

安装wget

brew install wget

安装ag(the silver searcher)

brew install the_silver_searcher

标签:ag,mac,install,brew,wget,安装
来源: https://blog.csdn.net/SJZYLC/article/details/120374104