Compare commits
No commits in common. "55da7f8afc2cec3e9ccbcfc715076d38e15585b6" and "adf22b588f83caf74ce0c1f546ea6bb8a1f8c63b" have entirely different histories.
55da7f8afc
...
adf22b588f
|
@ -2,10 +2,10 @@
|
|||
|
||||
Tiny IRC-like chat server built for compatibility with netcat and written in Go
|
||||
|
||||
## Usage
|
||||
# # Usage
|
||||
|
||||
### Starting the server
|
||||
# # # Starting the server
|
||||
./mini-chat server --port 1337
|
||||
|
||||
### Connecting to the server
|
||||
# # # Connecting to the server
|
||||
nc $SERVER_IP $SERVER_PORT
|
||||
|
|
Loading…
Reference in New Issue