Skip to content

Commit e7efa02

Browse files
authored
Add plan-selection column, terminal orientation, and plan-check checkpoint to Step 2 Codespace setup (#1333)
1 parent d817d05 commit e7efa02

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

workshop/02a-setup-codespace.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Make sure you have completed Step 1, then re-check the items that matter for thi
1111
- Copilot access enabled on your account (verify at [github.com/settings/copilot](https://github.com/settings/copilot))
1212
- Access to [GitHub Codespaces](side-quest-01-02-environment-reference.md#github-codespaces) on your plan (available on GitHub Free for public repositories and on paid plans)
1313

14-
| Path | Best for | Next step |
15-
|------|----------|-----------|
16-
| 📱 Mobile / Copilot app | No terminal or local install | Not this path — [go to Step 3b: GitHub UI Path →](03b-create-your-repo-ui.md) |
17-
| 🤖 Copilot Cloud Agent (CCA) | Browser-only with CCA; no local install | [Start at Step 3b →](03b-create-your-repo-ui.md), then continue later with the browser-only adventure in [Step 10](10-choose-your-scenario.md#adventure-e-browser-only-daily-status-workflow-for-cca-and-mobile) |
18-
| ☁️ Codespace | Browser terminal; no local installs | ✅ Continue below |
19-
| 💻 Local terminal | Your own machine and tools | [Switch to Adventure B →](02b-setup-local.md) |
14+
| Path | Best for | Plan required | Next step |
15+
|------|----------|---------------|-----------|
16+
| 📱 Mobile / Copilot app | No terminal or local install | None | Not this path — [go to Step 3b: GitHub UI Path →](03b-create-your-repo-ui.md) |
17+
| 🤖 Copilot Cloud Agent (CCA) | Browser-only with CCA; no local install | Copilot access | [Start at Step 3b →](03b-create-your-repo-ui.md), then continue later with the browser-only adventure in [Step 10](10-choose-your-scenario.md#adventure-e-browser-only-daily-status-workflow-for-cca-and-mobile) |
18+
| ☁️ Codespace | Browser terminal; no local installs | Codespaces access (free for public repos) | ✅ Continue below |
19+
| 💻 Local terminal | Your own machine and tools | None | [Switch to Adventure B →](02b-setup-local.md) |
2020

2121
> [!IMPORTANT]
2222
> <details>
@@ -68,7 +68,12 @@ Codespaces auto-save your work. If you close the tab, open [github.com/codespace
6868
> [!TIP]
6969
> If the terminal in your Codespace shows a `$` prompt, the container is ready. If you see an error, see [install troubleshooting](side-quest-06-01-install-troubleshooting.md).
7070
71-
If this is your first time in a terminal, see [Side Quest: Terminal Basics](side-quest-01-01-terminal-basics.md) for a quick orientation on navigating folders and running commands.
71+
<details>
72+
<summary>First time in a terminal?</summary>
73+
74+
Type your command after the `$` prompt and press Enter. Output appears below; a new `$` prompt means the command finished. See [Side Quest: Terminal Basics](side-quest-01-01-terminal-basics.md) for more.
75+
76+
</details>
7277

7378
### Verify your Codespace is ready
7479

@@ -119,6 +124,7 @@ You should see `gh version 2.40.0` or newer and a line confirming you're logged
119124
120125
## ✅ Checkpoint
121126

127+
- [ ] I confirmed my GitHub plan includes Codespaces access (free for public repositories)
122128
- [ ] The Codespace editor is open in your browser
123129
- [ ] The built-in terminal is open in your Codespace
124130
- [ ] `gh --version` returns version 2.40.0 or newer

0 commit comments

Comments
 (0)