Update README.md

This commit is contained in:
Nicolás A. Ortega 2014-09-17 21:12:32 -05:00
parent 3162712f36
commit f5970b351b

View File

@ -1,10 +1,12 @@
ConsoleChat
===========
This program was made as a personal project to learn Java network programming. The concept of it is rather simple, all it does is send messages to a server which, in turn, sends the message to everyone else (aside from some other commands added). Although the license does say GNU GPLv3, this license will not trully be enforced, however, take into account that if you make your programs open-source others like you will be able to learn from them.
This program was made as a personal project to learn Java network programming. The concept of it is rather simple, all it does is send messages to a server which, in turn, sends the message to everyone else (aside from some other commands added). Although the license is MIT, please consider also disclosing the source-code under an open-source license. It helps to give back to the community and help others just like this may have helped you.
<h3>Compilation</h3>
<i>Compile in the corresponding directory.</i>
###Compilation
_Compile in the corresponding directory._
$ javac Server.java
$ javac Client.java
```
$ javac Server.java
$ javac Client.java
```