Update 10.2.3. OSX Homebrew installation.md

master
qibaoguang 2015-03-15 23:04:11 +08:00
parent 9005c8e75d
commit 2d4bef33ae
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
### 10.2.3. 使用OSX Homebrew进行安装
如果你的环境是Mac并使用[Homebrew](http://brew.sh/)想要安装Spring Boot CLI只需如下操作
```shell
$ brew tap pivotal/tap
$ brew install springboot
```
Homebrew将把`spring`安装到`/usr/local/bin`下。
**注**如果该方案不可用可能是因为你的brew版本太老了。你只需执行`brew update`并重试即可。