spring_reference/II. Getting started/10.2.3. OSX Homebrew instal...

11 lines
411 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 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`并重试即可。