diff --git a/README.md b/README.md index bb96da9e..9566cf45 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Advanced Portals ![Build Status](https://travis-ci.org/Plugineers/Advanced-Porta ================
(This part is mostly aimed for beginners in case they haven't seen a maven project) -
You must have maven installed then run "mvn clean install". Once the build is complete you will have a useable jar file in the folder named "target" listed as Advanced-Portals-x.x.x-snapshot.jar
+You must have maven installed then run "gradle build". Once the build is complete you will have a useable jar file in the folder named "build/lib" listed as Advanced-Portals-x.x.x-snapshot.jar
NOTE: This is the old version of Advanced Portals, look in the appropriate branch for the newer versions.