Update README.md
This commit is contained in:
parent
e284067123
commit
2965fb6e2c
1 changed files with 4 additions and 4 deletions
|
@ -5,6 +5,9 @@ Reposity for the second CSCE 315 project
|
||||||
make
|
make
|
||||||
or make all
|
or make all
|
||||||
|
|
||||||
|
***NOTE***
|
||||||
|
To remove all .class and .o files, just use: make clean.
|
||||||
|
|
||||||
# To run test:
|
# To run test:
|
||||||
./test
|
./test
|
||||||
|
|
||||||
|
@ -12,11 +15,8 @@ Reposity for the second CSCE 315 project
|
||||||
./server [port #]
|
./server [port #]
|
||||||
|
|
||||||
Java Client is now functional with GUI.
|
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 #]
|
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 #].
|
Where [server address] is linux.cs.tamu.edu (or whatever server you're on) and [port #] is the same as server's [port #].
|
||||||
|
|
||||||
|
|
Reference in a new issue