From 99d06cc17c31177fb25f75d2fb444a2e7e314216 Mon Sep 17 00:00:00 2001 From: Bernhard Merkle Date: Fri, 13 Feb 2026 16:55:36 +0100 Subject: [PATCH] Update quick-start guide for authentication instructions improved quickstart guide for authentication instructions: - indented the auth topic as Tip - added hint to login interactively if non-bash e.g. on windows etc --- docs/src/content/docs/setup/quick-start.mdx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index 7b6fffd40c0..57c81f4d084 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -40,11 +40,18 @@ Install the GitHub Agentic Workflows extension: gh extension install github/gh-aw ``` -If you are encountering authentication issues, use this script instead: +> [!TIP] +> If you are encountering authentication issues, use this script instead: +> +> ```text wrap +> curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash +> ``` +> +> or login interactively: +> ```text wrap +> gh auth login +> ``` -```text wrap -curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash -``` ### Step 2 - Add the sample workflow and trigger a run