Changed compilation instructions.

This commit is contained in:
Deathsbreed 2014-10-08 19:43:35 -05:00
parent 544c15be1d
commit c56a664a2a

View File

@ -6,7 +6,7 @@ FreqSample is a tool made in Java that will play a frequency.
### Compiling
Make sure you have the JDK installed along with Apache Ant. Then go to the root directory of this project and run:
```
$ ant jar
$ ant
```
### Contributing