From 55cb068585003233a79be541af709c2a1555d293 Mon Sep 17 00:00:00 2001 From: jazz Date: Wed, 15 Apr 2026 11:19:47 -0500 Subject: [PATCH] update readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 835758e..9a8f296 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ ## TODO -- Finalize coding style, - - **see [STYLE.md](STYLE.md)** -- Get everyone's editors set up for clangd/clang-format and git -- Make sure everyone's compiler toolchains work -- Assign responsibilities to each team member +- Improve documentation +- Fix cursor going in the wrong place when either user receives a message ## Build @@ -17,11 +14,13 @@ make ## Usage ``` -./ct # run as server +./ct -m server # run as server ``` ``` -./ct client # run as client +./ct -m client # run as client ``` +Running the program without any options will print a help page with more information. + Chat logs are stored in `./server.txt` and `./client.txt`.