consolechat-client/README.md

16 lines
687 B
Markdown
Raw Normal View History

2014-11-18 03:05:13 +00:00
ConsoleChat-Client
==================
2014-11-18 03:10:30 +00:00
This is the _client-side_ to the __ConsoleChat__ project. There's not much to say about the client, the interesting part is actually the [server](https://github.com/Deathsbreed/ConsoleChat-Server).
2014-11-18 03:05:13 +00:00
2014-11-18 03:10:30 +00:00
###Compiling
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
```bash
$ ant
```
###Contributing
To contribute to the project, simply open a pull request and I'll make sure to get back to you as soon as possible.
###License
This program is licensed with an [MIT license](/LICENSE). However, please take into account that you took from the community, and you should make sure to give back.