update readme
This commit is contained in:
13
README.md
13
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`.
|
||||
|
||||
Reference in New Issue
Block a user