From feff05256ca56f4736c3340c368d91021a56c8b6 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Wed, 17 Apr 2024 18:07:44 +0000 Subject: [PATCH] commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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