From c5f566d50f73ef06f87ec007bc9610869cab9d6e Mon Sep 17 00:00:00 2001 From: Jarred Li Date: Tue, 10 Apr 2012 11:20:18 +0800 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9687deb..a89f2c09 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ This is essentially a place holder README file until this project gets its seale Spring Shell currently uses Maven as its build system. The build been done using version 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) and the plan is to switch to gradle. -To build the shell that contains a hint, exit and 'hw' (hello world) command, run +To build Spring Shell, run mvn package -# Running +# Running Example -After buldingn, run the shell - - cd target - java -jar spring-shell-1.0.0.CI-SNAPSHOT.jar + cd samples/helloworld + mvn validate + mvn package + java -jar target/helloworld-1.0.0-SNAPSHOT.jar # Contributing