From 32a87522e48ce7394c61c3b245d822d5d7fc923e Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 18 Jul 2012 12:14:00 -0400 Subject: [PATCH] update readme.txt for sample --- samples/helloworld/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/helloworld/readme.txt b/samples/helloworld/readme.txt index 727562c3..c8174282 100644 --- a/samples/helloworld/readme.txt +++ b/samples/helloworld/readme.txt @@ -11,9 +11,9 @@ Maven: Gradle 1.Build and install the project - $>../../gradlew + $>../../gradlew installApp 2.run spring shell - $>java -jar build/libs/helloworld-1.0.0.BUILD-SNAPSHOT.jar + $>build/install/helloworld/bin/helloworld