Add Bash syntax highlighting

Benjamin Loison 2023-09-21 09:46:16 +02:00
parent 6533e08d33
commit 75b47b1f7b

@ -31,7 +31,7 @@ signal-cli -u $PHONE_NR register --captcha signalcaptcha://signal-recaptcha-v2.s
signal-cli -a $PHONE_NR verify 123456
```
* That should be it, now you should be able to send a message with:
```
```bash
signal-cli -a ACCOUNT send -m "This is a message" ACCOUNT
```
* Note that this will disable the authentication of your phone/main device. If you want to use your phone and signal-cli at the same time, you can follow [these instructions](https://github.com/AsamK/signal-cli/wiki/Linking-other-devices-%28Provisioning%29).