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