Update README.md
Go audit / audit (push) Successful in 1m35s
Details
Go audit / audit (push) Successful in 1m35s
Details
This commit is contained in:
parent
125502bab3
commit
3c79ebfbb4
10
README.md
10
README.md
|
@ -1,11 +1,11 @@
|
|||
# mini-chat
|
||||
|
||||
Tiny IRC-like chat server built for compatibility with netcat and written in Go
|
||||
Tiny IRC-like chat server written in Go
|
||||
|
||||
## Usage
|
||||
## Usage examples
|
||||
|
||||
### Starting the server
|
||||
### Starting the server:
|
||||
./mini-chat server --port 1337
|
||||
|
||||
### Connecting to the server
|
||||
./mini-chat client --ip $SERVER_IP --port $SERVER_PORT
|
||||
### Connecting to the server:
|
||||
./mini-chat client --ip 192.168.0.100 --port 1337
|
||||
|
|
Loading…
Reference in New Issue