fix homebrew install info

This commit is contained in:
Andy Piper 2014-08-19 10:16:26 +01:00 committed by Stephane Nicoll
parent 766a5fef89
commit 18c82c6f05

View File

@ -6,7 +6,8 @@ You need Java (1.6 or better) and a bash-like shell.
If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install it is:
$ brew install spring-boot-cli
$ brew tap pivotal/tap
$ brew install springboot
It will install `/usr/local/bin/spring`. You can jump right to [running the app](#running_the_app).