Update README.md

This commit is contained in:
Alex Huddleston 2015-10-29 22:48:45 -05:00
parent e284067123
commit 2965fb6e2c

View file

@ -5,6 +5,9 @@ Reposity for the second CSCE 315 project
make
or make all
***NOTE***
To remove all .class and .o files, just use: make clean.
# To run test:
./test
@ -13,10 +16,7 @@ Reposity for the second CSCE 315 project
Java Client is now functional with GUI.
# To compile the client:
javac Client.java
# To run:
# To launch the client:
java Client [server address] [port #]
Where [server address] is linux.cs.tamu.edu (or whatever server you're on) and [port #] is the same as server's [port #].