X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/4ce194afe28e8918d066b267dec8ea9cf6b4b2a0..dbdff831323a3242527eb4e3e4a823322e1c9262:/README.md 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