Update install docs for 1.0.0

This commit is contained in:
Dave Syer
2015-03-20 22:58:33 +00:00
parent 15be5d87dd
commit 58cb4a8a36
2 changed files with 8 additions and 8 deletions

View File

@@ -16,20 +16,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.2.0 or better):
$ spring version
Spring CLI v1.2.1.RELEASE
Spring CLI v1.2.2.RELEASE
E.g. for GVM users
```
$ gvm install springboot 1.2.1.RELEASE
$ gvm use springboot 1.2.1.RELEASE
$ gvm install springboot 1.2.2.RELEASE
$ gvm use springboot 1.2.2.RELEASE
```
and install the Spring Cloud plugin:
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features

View File

@@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(1.2.0 or better):
$ spring version
Spring CLI v1.2.1.RELEASE
Spring CLI v1.2.2.RELEASE
E.g. for GVM users
```
$ gvm install springboot 1.2.1.RELEASE
$ gvm use springboot 1.2.1.RELEASE
$ gvm install springboot 1.2.2.RELEASE
$ gvm use springboot 1.2.2.RELEASE
```
and install the Spring Cloud plugin:
```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features