diff --git a/readme.md b/readme.md index 8cd94ba182fa3b104f5cb79677000ea018c9f419..27523ac199524d9f01172458b5e6f876af578c5c 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/