From e54df4367fc1ce4150be24af5a062cfe1983d134 Mon Sep 17 00:00:00 2001 From: Simon Wade Date: Mon, 9 Feb 2026 19:17:31 +1100 Subject: [PATCH] Add --captcha flag example to registration instructions in README The existing registration docs mention captcha may be required but don't show the command syntax. Add an inline example so users can see how to pass the captcha token without having to navigate to the wiki. Co-Authored-By: Claude Opus 4.6 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d192bb3..2d40ed91 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,10 @@ of all country codes.) ``` Registering may require solving a CAPTCHA - challenge: [Registration with captcha](https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha) + challenge: [Registration with captcha](https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha). + In this case, provide the captcha token with the `--captcha` flag: + + signal-cli -a ACCOUNT register --captcha CAPTCHA_TOKEN * Verify the number using the code received via SMS or voice, optionally add `--pin PIN_CODE` if you've added a pin code to your account