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
|
||||
or make all
|
||||
|
||||
***NOTE***
|
||||
To remove all .class and .o files, just use: make clean.
|
||||
|
||||
# To run test:
|
||||
./test
|
||||
|
||||
|
@ -12,11 +15,8 @@ Reposity for the second CSCE 315 project
|
|||
./server [port #]
|
||||
|
||||
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 #].
|
||||
|
||||
|
|
Reference in a new issue