mention message send in README

This commit is contained in:
Finn 2021-02-01 13:25:30 -08:00
parent 89621fb006
commit 64a5ab7999

View file

@ -26,3 +26,9 @@ 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"
```