From 75b47b1f7b4f660f75f74fd824ed3d10d198c4d8 Mon Sep 17 00:00:00 2001 From: Benjamin Loison <12752145+Benjamin-Loison@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:46:16 +0200 Subject: [PATCH] Add Bash syntax highlighting --- Registration-with-captcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 84e641d..4d162f9 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -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). \ No newline at end of file