Skip to content

Commit 95e3526

Browse files
committed
Update README.md
1 parent c535ff2 commit 95e3526

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,16 @@ for API documentation and performance tests results.
4646

4747
### Building
4848

49-
You will require JDK 1.7 and appache ant.
49+
You will require JDK 1.7 and appache ant or maven.
5050

51-
ant dist
51+
ant package
52+
or
53+
mvn package
5254

5355
### Running tests
5456

5557
ant tests
56-
58+
5759
### Contacts
5860

5961
Need more features or support? Contact [email protected]

0 commit comments

Comments
 (0)