From c2c01ce645ce3e6a8560341fd86d92605543dacd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 18 Oct 2013 09:55:52 -0700 Subject: [PATCH] Update brew install instructions to use tap Issue: gh-86 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 650e61dfa5..822f086fdc 100644 --- a/README.md +++ b/README.md @@ -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: ``` -$ 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