Removed redundant line from README.md.

This commit is contained in:
sk89q 2012-01-01 12:57:57 -08:00
parent f2e26b07ec
commit 35230d12d8

View File

@ -11,7 +11,7 @@ Compiling
You need to have Maven installed (http://maven.apache.org). Once installed,
simply run:
mvn clean package install
mvn clean install
Maven will automatically download dependencies for you. Note: For that to work,
be sure to add Maven to your "PATH".