Update README.md

This commit is contained in:
raul 2024-04-01 12:26:19 +02:00
parent 5b12496455
commit 9f87eefd68
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# mini-chat # mini-chat
Tiny IRC-like chat server I'm building in Go 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