From 2965fb6e2c2f67811bafdc45a1ee9d3b9baee907 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Thu, 29 Oct 2015 22:48:45 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 #].