diff --git a/README.adoc b/README.adoc index 8ef6354..5ba5910 100644 --- a/README.adoc +++ b/README.adoc @@ -24,13 +24,13 @@ $ gvm use springboot 1.1.5.RELEASE then get the install command plugin (backported from Boot 1.2.0): ``` -$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar +$ 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.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib +$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib ``` and finally install the Spring Cloud plugin: diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index f0c5e50..94c317b 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -16,13 +16,13 @@ $ gvm use springboot 1.1.5.RELEASE then get the install command plugin (backported from Boot 1.2.0): ``` -$ wget http://dl.bintray.com/dsyer/generic/install-0.0.1.jar +$ 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.1.jar ~/.gvm/springboot/1.1.5.RELEASE/lib +$ cp install-0.0.2.jar ~/.gvm/springboot/1.1.5.RELEASE/lib ``` and finally install the Spring Cloud plugin: