RMS-client/README.md

24 lines
372 B
Markdown
Raw Permalink Normal View History

2024-04-15 18:26:01 -04:00
# RMS-client
2024-04-16 14:16:47 -04:00
Rust Messenger Service - Client
2024-04-17 14:07:44 -04:00
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
2024-04-16 18:16:45 -04:00
Check out: <a href="/firebadnofire/RMS-server">RMS-server</a>