From d9a844dcd481dff118f05cb119620b6efe555c1d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 17 Nov 2014 10:48:21 +0000 Subject: [PATCH] Update installation instructions --- docs/src/main/asciidoc/install.adoc | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index fb271ee..118a6b5 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -1,31 +1,19 @@ To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.1.x with x>=5): +(1.2.0.RC1 or better): $ spring version - Spring CLI v1.1.8.RELEASE + Spring CLI v1.2.0.RC1 E.g. for GVM users ``` -$ gvm install springboot 1.1.8.RELEASE -$ gvm use springboot 1.1.8.RELEASE +$ gvm install springboot 1.2.0.RC1 +$ gvm use springboot 1.2.0.RC1 ``` -then get the install command plugin (backported from Boot 1.2.0): - -``` -$ wget http://dl.bintray.com/dsyer/generic/install-0.0.2.jar -``` - -install it in the Spring Boot CLI, e.g. with GVM (MacOS users that rely on brew might have to find the `/lib` directory by scanning `brew info springboot`): - -``` -$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.8.RELEASE/lib -``` - -and finally install the Spring Cloud plugin: +and install the Spring Cloud plugin: ``` $ mvn install