From 858350c34431a02f005f024604d04ab1f2db96d3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 16 Sep 2012 13:56:42 +1000 Subject: [PATCH] Instructions on how to build. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.