Commit c2c01ce6 authored by Phillip Webb's avatar Phillip Webb

Update brew install instructions to use tap

Issue: gh-86
parent 6220aba9
...@@ -96,7 +96,8 @@ If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to ...@@ -96,7 +96,8 @@ If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to
the Spring Boot CLI is: the Spring Boot CLI is:
``` ```
$ brew install http://repo.spring.io/install/springboot.rb $ brew tap pivotal/tap
$ brew install springboot
``` ```
Homebrew will install `spring` to `/usr/local/bin`. Now you can jump right to a Homebrew will install `spring` to `/usr/local/bin`. Now you can jump right to a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment