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`.