From f1abce2ce6d390f0304d843b904b9aa22c043702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 13 Jun 2017 12:11:54 +0200 Subject: [PATCH] Polish README command line examples Closes gh-444 --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index d9aa67a6..a91c8b49 100644 --- a/README.adoc +++ b/README.adoc @@ -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: