Polish README command line examples

Closes gh-444
This commit is contained in:
Sébastien Deleuze 2017-06-13 12:11:54 +02:00 committed by Stephane Nicoll
parent 1eb64f0cc9
commit f1abce2ce6

View File

@ -215,7 +215,7 @@ If you want to run the smoke tests using Geb, you need to enable the
[indent=0]
----
$ mvn verify -PsmokeTests
$ ./mvnw verify -PsmokeTests
----
If you want to build both the library and the service, you can enable the `full`
@ -236,7 +236,7 @@ other Spring Boot app from the `initializr-service` directory:
[indent=0]
----
$ cd initializr-service
$ ./mvnw spring-boot:run
$ ../mvnw spring-boot:run
----
[[run-ide]]
@ -271,7 +271,7 @@ that the jar has been created:
[indent=0]
----
$ cd initializr-service
$ ./mvnw package
$ ../mvnw package
----
Once the jar has been created, you can push the application: