Skip to content

Commit 0839d5c

Browse files
Polish own-repo-first setup wording across docs
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
1 parent fb043a1 commit 0839d5c

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Social Bingo game for in-person mixers. Find people who match the questions and get 5 in a row!
44

55
πŸ“š **[View Lab Guide](workshop/GUIDE.md)**
6-
πŸš€ **[Start with setup flow](workshop/01-setup.md)** (create your own repo first)
6+
πŸš€ **[Start with setup flow](workshop/01-setup.md)**
77

88
---
99

β€Žworkshop/GUIDE.mdβ€Ž

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@
3232
## πŸš€ Quick Setup
3333

3434
```
35-
# 1. Create your repo from template:
36-
# github.com/copilot-dev-days/agent-lab-typescript
37-
# 2. Enable GitHub Pages:
38-
# Settings > Pages > GitHub Actions
39-
#
40-
# Then choose one:
41-
# A) Clone your repo in VS Code
42-
# B) Create a Codespace from your repo (Code > Codespaces)
43-
#
35+
# 1. Create repo from template: github.com/copilot-dev-days/agent-lab-typescript
36+
# 2. Enable Pages: Settings > Pages > GitHub Actions
37+
# 3. Choose one: clone repo in VS Code OR create a Codespace from your repo
4438
# Then run:
4539
# /setup
4640
```

0 commit comments

Comments
Β (0)