From 5b577f3405923935d073ee90b364e5f099c79c7e Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Sat, 20 Sep 2014 18:56:25 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb3188..c12f542 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ SpaceShipSim Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless environment. This program was made for educational purposes, and is meant to be quite simple. -To compile the source-code, go into the project src/ folder and run the following command: +###Compiling +To compile make sure you have JDK and Apache Ant installed. Then run this in the root directory of the project: ``` $ ant jar ```