correcting README formatting

This commit is contained in:
bdemers 2013-03-04 11:24:48 -05:00 committed by rfscholte
parent e210666f94
commit 1457a7bd7f
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
This is a copy of the gradle wrapper ported for use with maven.
To run this build as an example run the 'mvnw' script at the root of this repo as you would normally run 'mvn'
For example if you typically run 'mvn clean install', then run './mvnw clean install'
For example if you typically run
$ mvn clean install
then run
$ ./mvnw clean install