Skip to content

Commit de09986

Browse files
committed
Updates wording and time estimates
1 parent b2d4f2f commit de09986

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

00-quick-start/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ By the end of this chapter, you'll have:
1010
- Signed in with your GitHub account
1111
- Verified it works with a simple test
1212

13-
> ⏱️ **Estimated Time**: ~25 minutes (10 min reading + 15 min hands-on)
13+
> ⏱️ **Estimated Time**: ~10 minutes (5 min reading + 5 min hands-on)
1414
1515
---
1616

1717
## ✅ Prerequisites
1818

1919
- **GitHub Account** with Copilot access. [See subscription options](https://github.com/features/copilot/plans). Students/Teachers can access Copilot Pro for [free via GitHub Education](https://education.github.com/pack).
2020
- **Terminal basics**: Comfortable with commands like `cd` and `ls`
21-
- **[Python 3.10+](https://www.python.org/downloads/)**: Used to run the sample book app used throughout this course. If you don't have Python, the Codespaces option below includes it pre-installed.
2221

2322
### What "Copilot Access" Means
2423

@@ -52,6 +51,8 @@ If you don't want to install any of the prerequisites, you can use GitHub Codesp
5251

5352
> 💡 **Not sure which to pick?** Use `npm` if you have Node.js installed. Otherwise, choose the option that matches your system.
5453
54+
> 💡 **Python required for demos**: The course uses a Python sample app. If you're working locally, install [Python 3.10+](https://www.python.org/downloads/) before starting the demos.
55+
5556
Choose the method that works for your system:
5657

5758
### All Platforms (npm)

01-setup-and-first-steps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By the end of this chapter, you'll be able to:
1414
- Choose the right mode (Interactive, Plan, or Programmatic) for any task
1515
- Use slash commands to control your sessions
1616

17-
> ⏱️ **Estimated Time**: ~50 minutes (20 min reading + 30 min hands-on)
17+
> ⏱️ **Estimated Time**: ~45 minutes (15 min reading + 30 min hands-on)
1818
1919
---
2020

03-development-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By the end of this chapter, you'll be able to:
1414
- Generate tests automatically
1515
- Integrate Copilot CLI with your git workflow
1616

17-
> ⏱️ **Estimated Time**: ~55 minutes (20 min reading + 35 min hands-on)
17+
> ⏱️ **Estimated Time**: ~60 minutes (15 min reading + 45 min hands-on)
1818
1919
---
2020

04-agents-custom-instructions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By the end of this chapter, you'll be able to:
1616
- Switch between agents using `/agent` and `--agent`
1717
- Write custom instruction files for project-specific standards
1818

19-
> ⏱️ **Estimated Time**: ~60 minutes (25 min reading + 35 min hands-on)
19+
> ⏱️ **Estimated Time**: ~55 minutes (20 min reading + 35 min hands-on)
2020
2121
---
2222

05-skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By the end of this chapter, you'll be able to:
1414
- Use community skills from shared repositories
1515
- Know when to use skills vs agents vs MCP
1616

17-
> ⏱️ **Estimated Time**: ~60 minutes (25 min reading + 35 min hands-on)
17+
> ⏱️ **Estimated Time**: ~55 minutes (20 min reading + 35 min hands-on)
1818
1919
---
2020

06-mcp-servers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By the end of this chapter, you'll be able to:
1818
- Use MCP-powered workflows with the book app project
1919
- Know when and how to build a custom MCP server (optional)
2020

21-
> ⏱️ **Estimated Time**: ~45 minutes (20 min reading + 25 min hands-on). GitHub MCP works out of the box; configuring additional servers takes ~10-15 minutes.
21+
> ⏱️ **Estimated Time**: ~50 minutes (15 min reading + 35 min hands-on)
2222
2323
---
2424

07-putting-it-together/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By the end of this chapter, you'll be able to:
1515
- Set up basic automation with hooks
1616
- Apply best practices for professional development
1717

18-
> ⏱️ **Estimated Time**: ~90 minutes (25 min reading + 65 min hands-on)
18+
> ⏱️ **Estimated Time**: ~75 minutes (15 min reading + 60 min hands-on)
1919
2020
---
2121

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Before starting, ensure you have:
3535

3636
- **GitHub account**: [Create one free](https://github.com/signup)<br>
3737
- **GitHub Copilot access**: [Free offering](https://github.com/features/copilot/plans), [Monthly subscription](https://github.com/features/copilot/plans), or [Free for students/teachers](https://education.github.com/pack)<br>
38-
- **Terminal basics**: Comfortable with `cd`, `ls`, running commands<br>
39-
- **Python 3.10+**: For running the sample book app (pre-installed in Codespaces)
38+
- **Terminal basics**: Comfortable with `cd`, `ls`, running commands
4039

4140
## 🤖 Understanding the GitHub Copilot Family
4241

0 commit comments

Comments
 (0)