diff --git a/README.md b/README.md index f187fb6..4eb839f 100644 --- a/README.md +++ b/README.md @@ -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 #].