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