Commit 86064f48 authored by Dave Syer's avatar Dave Syer

Add GVM instructions to README

parent e8430f61
...@@ -53,6 +53,17 @@ from the unpacked archive. In summary: there is a `spring` script ...@@ -53,6 +53,17 @@ from the unpacked archive. In summary: there is a `spring` script
or alternatively you can use `java -jar` with the `.jar` file (the or alternatively you can use `java -jar` with the `.jar` file (the
script helps you to be sure that the classpath is set correctly). script helps you to be sure that the classpath is set correctly).
### Installation with GVM
GVM (the Groovy Environment Manager) can be used for managing multiple
versions of verious Groovy and Java binary packages, including Groovy
itself and the Spring Boot CLI. Get `gvm` from
[the gvm home page](http://gvmtool.net) and install Spring Boot with
$ gvm install springboot
$ spring --version
Spring Boot v0.5.0.M1
### OSX Homebrew installation ### OSX Homebrew installation
If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install If you are on a Mac and using [homebrew](http://brew.sh/), all you need to do to install
the Spring Boot CLI is: the Spring Boot CLI is:
...@@ -142,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: ...@@ -142,7 +153,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters:
</build> </build>
<!-- Allow access to Spring milestones and snapshots --> <!-- Allow access to Spring milestones and snapshots -->
<!-- (you don't need this if you are using the GA release) --> <!-- (you don't need this if you are using anything after 0.5.0.M1) -->
<repositories> <repositories>
<repository> <repository>
<id>spring-snapshots</id> <id>spring-snapshots</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment