mention message send in README
This commit is contained in:
parent
89621fb006
commit
64a5ab7999
1 changed files with 6 additions and 0 deletions
|
@ -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
|
signaldctl account create --verify --phone-number +15555555555 --code 999-999
|
||||||
|
```
|
||||||
|
|
||||||
|
## Sending messages
|
||||||
|
|
||||||
|
```
|
||||||
|
signaldctl message send --account +15555555555 --to +12024561414 --message "yo"
|
||||||
```
|
```
|
Loading…
Reference in a new issue