Skip to content

Commit b68d7fc

Browse files
committed
Merge pull request spring-projects#146 from trepel/mvnwrunreadmefix
Fix of how to run Petclinic in readme
2 parents fa8bb74 + 597d29c commit b68d7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
## Running petclinic locally
77
```
88
git clone https://github.com/spring-projects/spring-petclinic.git
9-
mvnw tomcat7:run
9+
cd spring-petclinic
10+
./mvnw tomcat7:run
1011
```
1112

1213
You can then access petclinic here: http://localhost:9966/petclinic/

0 commit comments

Comments
 (0)