Update README.md

This commit is contained in:
Deathsbreed 2014-10-08 19:45:05 -05:00
parent 091b9f704e
commit 7ed497892b

View File

@ -6,7 +6,7 @@ Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless en
###Compiling
To compile make sure you have JDK and Apache Ant installed. Then run this in the root directory of the project:
```
$ ant jar
$ ant
```
###Contributing