This commit is contained in:
firebadnofire 2024-04-17 18:07:44 +00:00
parent 0a6fcf6bbf
commit feff05256c
Signed by: firebadnofire
GPG Key ID: EF6539F1FA16DEB7
1 changed files with 18 additions and 0 deletions

View File

@ -2,4 +2,22 @@
Rust Messenger Service - Client
Usage:
```
-p PORT: use a different port (default: 7890)
```
## Build instructions:
Install rust: <a href="https://www.rust-lang.org/tools/install">rust-lang.org/tools/install</a>
Run make: `make install`
## Uninstall:
Run make: `make uninstall`
## other
Check out: <a href="/firebadnofire/RMS-server">RMS-server</a>