From 8fb6caedf4ac1ea72931c474581ff60e7198e72a Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 21 Aug 2025 12:17:01 +0200 Subject: [PATCH] Update help-gotoso-en.md --- help-gotoso-en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/help-gotoso-en.md b/help-gotoso-en.md index 47613a9..81bad5d 100644 --- a/help-gotoso-en.md +++ b/help-gotoso-en.md @@ -21,11 +21,11 @@ → Log in, authorize, and copy the **code**. 5. Adjust the following lines: ```bash - curl -X POST https://DEINE_INSTANZ_URL/oauth/token - -d "client_id=DEIN_CLIENT_ID" - -d "client_secret=DEIN_CLIENT_SECRET" - -d "grant_type=authorization_code" - -d "code=DER_CODE_AUS_SCHRITT_5" + curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ + -d "client_id=DEIN_CLIENT_ID" \ + -d "client_secret=DEIN_CLIENT_SECRET" \ + -d "grant_type=authorization_code" \ + -d "code=DER_CODE_AUS_SCHRITT_4" \ -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" ``` 6. Copy this code into your **terminal** and press Enter. You will now receive your **user token**, which you can enter in Yellow's `yellow-system.ini`. \ No newline at end of file