From f4e61fd1d5ed50c0db025b84cea838ff0dfc5bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 4 Nov 2023 00:31:29 +0100 Subject: [PATCH] reword 'reddit.client-id' instructions (#4749) --- docs/configuration.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 25b0ad9c..0ea2eaed 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -5279,9 +5279,14 @@ How To * login and visit the `apps `__ section of your account's preferences * click the "are you a developer? create an app..." button - * fill out the form, choose "installed app", preferably set - "http://localhost:6414/" as "redirect uri" and finally click - "create app" + * fill out the form: + + * choose a name + * select "installed app" + * set ``http://localhost:6414/`` as "redirect uri" + * solve the "I'm not a rebot" reCATCHA if needed + * click "create app" + * copy the client id (third line, under your application's name and "installed app") and put it in your configuration file as ``"client-id"``