Commit ee4b5335 authored by Dave Syer's avatar Dave Syer

Fix maven repo link

parent 859e6c2e
......@@ -80,7 +80,7 @@ should check your current Java installation before you begin:
Spring Boot CLI can be downloaded from our Maven repository, and then you can use a shell `alias` for the Spring Boot command line tool:
$ wget http://repo.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1.jar
$ wget http://maven.springframework.org/milestone/org/springframework/boot/spring-boot-cli/0.5.0.M1/spring-boot-cli-0.5.0.M1.jar
$ alias spring="java -jar `pwd`/spring-cli-0.5.0.M1.jar"
Complete installation including a downloadable `.zip` with a shell script TBD.
......
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