From 9f87eefd683e223aecd7c8020622791131a484d9 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 1 Apr 2024 12:26:19 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1213e..97ccf10 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # mini-chat -Tiny IRC-like chat server I'm building in Go \ No newline at end of file +Tiny IRC-like chat server built for compatibility with netcat and written in Go + +# # Usage + +# # # Starting the server +./mini-chat server --port 1337 + +# # # Connecting to the server +nc $SERVER_IP $SERVER_PORT