Update README.md
Go audit / audit (push) Successful in 1m35s Details

This commit is contained in:
raul 2024-04-26 09:37:46 +02:00
parent 125502bab3
commit 3c79ebfbb4
1 changed files with 5 additions and 5 deletions

View File

@ -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