From eb0f00495424babcc07dfccf0b19a2ccc77356e6 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Thu, 19 Mar 2026 23:25:25 -0500 Subject: [PATCH] update readme again --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4f3d94c..106f842 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,19 @@ and inconsistent. If you set up your editor correctly, it will take care of most - Distribute appropriate code to people with those responsibilities - Have everyone upload their respective code to their sections of the gitlab -## Code - -Everything is in [src/](src). -A mostly untouched copy of [Scott's original code](https://git.therats.win/scott/threaded_network_chat) is also in [old/](old). -A reformatted version of that code is also in [modified-example.cc](modified-example.cc) but it can be ignored. - ## Build ``` -cd src/ make ``` + +## Usage + +``` +./ct # run as server +``` + +``` +./ct client # run as client +``` +