diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 6dc669f..d61b60c 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -25,7 +25,7 @@ After filling the captcha, the site doesn't immediately show the token but tries ``` signal-cli -a $PHONE_NR register --captcha what_you_copied ``` -and it will look a bit like: +and it will look a bit like below (Note: don't put the signalcaptcha://... bit in quotes, otherwise it will be considered invalid): ``` signal-cli -a $PHONE_NR register --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode" ```