aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-18 16:00:16 -0400
committerGravatar lancebord 2026-03-18 16:00:16 -0400
commitc898dc799eabbc4e1018af5d1380b2815a273905 (patch)
tree93ea3ee9353740fe9e8e0d72980a17a0eed5384a
parentmerge consecutive join/part messages (diff)
update readmeHEADmaster
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ba9538..a9352c1 100644
--- a/README.md
+++ b/README.md
@@ -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>`
n a project that is mi...Gravatar Andrew D. France 2-5/+9 2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and thus,...Gravatar Andrew D. France 2-32/+43 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually auto...Gravatar Andrew D. France 1-38/+25 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including the...Gravatar Andrew D. France 2-9/+7