update readme

This commit is contained in:
MeexReay 2024-05-18 01:45:21 +03:00
parent 7130f872bc
commit 7f03a9d510

View file

@ -9,4 +9,10 @@ start server:
connect server: connect server:
``` ```
./easymsg client CLIENT_NAME IP:PORT ./easymsg client CLIENT_NAME IP:PORT
```
# how to build
you have to install rust!
```
cargo build --release
``` ```