From c8a3284c047131001a82d68ff6c3f20985ce35c2 Mon Sep 17 00:00:00 2001 From: Nan1t Date: Fri, 1 Jul 2022 17:42:16 -0500 Subject: [PATCH] Added commands in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd396d..73566f0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ The server **doesn't** support snapshots. ### Commands -Write `stop` in the terminal to stop the server. +* `help` - Show help message +* `conn` - Display amount of connections +* `mem` - Display memory usage stats +* `stop` - Stop the server + Note, that it also will be closed correctly if you just press `Ctrl+C`. ### Installation