From: AsamK Date: Sat, 12 Jul 2025 09:09:24 +0000 (+0200) Subject: Update README X-Git-Tag: v0.13.18~8 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/dbdff831323a3242527eb4e3e4a823322e1c9262 Update README Fixes #1803 --- diff --git a/README.md b/README.md index e6d6e5ff..c7228c09 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ of all country codes.) signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT ``` +* Send a message to a username, usernames need to be prefixed with `u:` + + ```sh + signal-cli -a ACCOUNT send -m "This is a message" u:USERNAME.000 + ``` + * Pipe the message content from another process. uname -a | signal-cli -a ACCOUNT send --message-from-stdin RECIPIENT