Update README.md
This commit is contained in:
parent
5b12496455
commit
9f87eefd68
10
README.md
10
README.md
|
@ -1,3 +1,11 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue