diff options
| author | 2026-03-18 16:00:16 -0400 | |
|---|---|---|
| committer | 2026-03-18 16:00:16 -0400 | |
| commit | c898dc799eabbc4e1018af5d1380b2815a273905 (patch) | |
| tree | 93ea3ee9353740fe9e8e0d72980a17a0eed5384a | |
| parent | merge consecutive join/part messages (diff) | |
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ cargo install --path . speakez -s <server_addr>:<port> -n <nick> ``` -You can optionally set username, realname, and password with `-u`, `-r`, and `-p` respectively. +You can optionally set username and realname with `-u` and `-r` respectively. + +You will be prompted for a password upon starting the application, if you don't have one just leave it blank. Once connected join a channel with `/join #<channel>` |
