From 64a5ab7999b697efc87fa29081a74c30f28d2288 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 1 Feb 2021 13:25:30 -0800 Subject: [PATCH] mention message send in README --- cmd/signaldctl/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmd/signaldctl/README.md b/cmd/signaldctl/README.md index 118c0fc..6d44524 100644 --- a/cmd/signaldctl/README.md +++ b/cmd/signaldctl/README.md @@ -25,4 +25,10 @@ you will receive an SMS verification code. Submit the code to create the account ``` signaldctl account create --verify --phone-number +15555555555 --code 999-999 +``` + +## Sending messages + +``` +signaldctl message send --account +15555555555 --to +12024561414 --message "yo" ``` \ No newline at end of file