Update README.md

This commit is contained in:
Nicolás A. Ortega 2014-09-17 21:19:29 -05:00
parent b78d4eef85
commit bc6085609f

View File

@ -3,8 +3,13 @@ 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:<br>
<code>$ javac spaceshipsim/SpaceShipSim.java</code>
To compile the source-code, go into the project src/ folder and run the following command:
```
$ javac spaceshipsim/SpaceShipSim.java
```
<h4>Contributing</h4>
If you wish to contribute, feel free! Make sure to contact me at nicolas.ortega.froysa@gmail.com to give you permission to modify the project on Github. Or, you can make your own branch or fork this project!
###Contributing
If you wish to contribute, feel free! Just make a pull request with the patch along, and if you wish add your name to the __@author__ tag at the top of the Java file you edited/fixed.
###License
All code in the repository is under the [GNU GPLv3](/LICENSE).