Skip to content

Commit

Permalink
Polish README command line examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze authored and snicoll committed Jun 13, 2017
1 parent 1eb64f0 commit f1abce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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]]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f1abce2

Please sign in to comment.