Changed README for compile information.

This commit is contained in:
Deathsbreed 2014-09-20 18:53:20 -05:00
parent d072de67dd
commit efae00fd45

View File

@ -5,7 +5,7 @@ Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless en
To compile the source-code, go into the project src/ folder and run the following command:
```
$ javac spaceshipsim/SpaceShipSim.java
$ ant jar
```
###Contributing