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