From 597d29c85d07a58a9b48c254c4bc9764fc6ced9c Mon Sep 17 00:00:00 2001
From: Tomas Repel <trepel@redhat.com>
Date: Tue, 5 Apr 2016 09:01:37 +0200
Subject: [PATCH] Fix of how to run Petclinic in readme

---
 readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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/
-- 
GitLab