From 81548b20e6ed2ab48f8131cbcaf23f7a52d69be0 Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Sun, 21 Sep 2014 11:24:23 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 957175d..7d4df73 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ MMMCalc This is a very simple project, it was made for educational purposes (hence why it is open-source), and I encourage everyone to contribute if they have something to add. +###Compiling +To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project: +``` +$ ant jar +``` + ###Contributing To contribute, simply open a pull request.