petclinic-uncached

Merge pull request #146 from trepel/mvnwrunreadmefix Fix

4/5/2016 4:52:09 AM

Changes

readme.md 3(+2 -1)

Details

readme.md 3(+2 -1)

diff --git a/readme.md b/readme.md
index 8cd94ba..27523ac 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,8 @@
 ## Running petclinic locally
 ```
 	git clone https://github.com/spring-projects/spring-petclinic.git
-	mvnw tomcat7:run
+	cd spring-petclinic
+	./mvnw tomcat7:run
 ```
 
 You can then access petclinic here: http://localhost:9966/petclinic/