diff --git a/README.md b/README.md index 093c17c..e2dc5dd 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,22 @@ Rust Messenger Service - Client +Usage: + +``` +-p PORT: use a different port (default: 7890) +``` + +## Build instructions: + +Install rust: rust-lang.org/tools/install + +Run make: `make install` + +## Uninstall: + +Run make: `make uninstall` + +## other + Check out: RMS-server