Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions docs/src/content/docs/setup/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading