soonfy / issue-blog

blog using issue
0 stars 0 forks source link

brew #14

Open soonfy opened 6 years ago

soonfy commented 6 years ago

brew

  1. 安装

    brew install <name>
  2. 卸载

    brew uninstall <name>
  3. 查找

    brew search <name>
  4. 列举已安装

    brew list
  5. 更新brew

    brew update
  6. 安装 mongodb 启动服务

    brew services start mongodb

soonfy