From 8e68d9739c3f33c73a7001b57b2d51e1f1858baf Mon Sep 17 00:00:00 2001 From: dginovker Date: Thu, 26 Dec 2019 00:44:41 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1b5556..8204f704 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ java -jar Client-2.8.1.jar -login username password -loadlocal -v -clearcache - If more than 2 arguments are passed in (can be anything), the client runs locally - `2006Redone file_server` contains the file server code that is *required* to be running before a client can connect to a server. It must be running locally before a client can connect. `src` is the Sources directory -- `2006Redone_Client` and `2006Redone_Server` contain the compiled class code/outputs. +- `CompiledServer/` contains the compiled class code and artifacts.