summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index a3c2c1d42..5b7903771 100644
--- a/README.markdown
+++ b/README.markdown
@@ -18,7 +18,7 @@ Please follow the format guidelines that are saved in the project properties.
Windows users, please read this: http://help.github.com/line-endings/
The default line ending is LF.
-To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project.
+To build all jars, open this folder and use `mvn clean install` to build it. You'll find all jars inside the jars/ folder.
If you create pull requests, always make them for the master branch.