From 1b370b54b64f78b91fc667dbfdbb6007869819f2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 6 Aug 2013 09:25:32 -0700 Subject: [PATCH] Update README.md brew instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9dcd13f55..9b34519341 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ script helps you to be sure that the classpath is set correctly). If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install the Spring Boot CLI is: - $ brew install spring-boot-cli + $ brew install http://repo.springsource.org/install/spring-boot-cli.rb Homebrew will install `spring` to `/usr/local/bin`. Now you can jump right to a [quick start example](#quick-start-script-example).