From f5970b351b2d9b2c2abec6335c299166fabebc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 17 Sep 2014 21:12:32 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5899974..3e0c981 100644 --- a/README.md +++ b/README.md @@ -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. -

Compilation

-Compile in the corresponding directory. +###Compilation +_Compile in the corresponding directory._ - $ javac Server.java - $ javac Client.java +``` +$ javac Server.java +$ javac Client.java +```