From 2d4bef33ae1931a8006d0dfae4924ac8d9d789a9 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 15 Mar 2015 23:04:11 +0800 Subject: [PATCH] Update 10.2.3. OSX Homebrew installation.md --- .../10.2.3. OSX Homebrew installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/II. Getting started/10.2.3. OSX Homebrew installation.md b/II. Getting started/10.2.3. OSX Homebrew installation.md index e69de29..693a96b 100644 --- a/II. Getting started/10.2.3. OSX Homebrew installation.md +++ b/II. Getting started/10.2.3. OSX Homebrew installation.md @@ -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`并重试即可。