You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00-quick-start/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ If you see "You don't have access to GitHub Copilot," you'll need to use the fre
40
40
41
41
If you don't want to install any of the prerequisites, you can use GitHub Codespaces, which has the GitHub Copilot CLI ready to go (you'll need to sign in), pre-installs Python 3.13, pytest, and the GitHub CLI.
42
42
43
-
1.[Fork this repository](https://github.com/github/github-copilot-cli-for-beginners/fork) to your GitHub account
43
+
1.[Fork this repository](https://github.com/github/copilot-cli-for-beginners/fork) to your GitHub account
44
44
2. Select **Code** > **Codespaces** > **Create codespace on main**
45
45
3. Wait a few minutes for the container to build
46
46
4. You're ready to go! The terminal will open automatically in the Codespace environment.
@@ -53,6 +53,8 @@ If you don't want to install any of the prerequisites, you can use GitHub Codesp
53
53
54
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
55
56
+
> **Note:** While the primary examples shown throughout the course use Python (`samples/book-app-project`), JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work with those languages. Each sample has a README with instructions for running the app in that language.
Open a terminal window at the root of the `github-copilot-cli-for-beginners` repository, start the CLI and allow access to the folder.
89
+
Open a terminal window at the root of the `copilot-cli-for-beginners` repository, start the CLI and allow access to the folder.
88
90
89
91
```bash
90
92
copilot
@@ -151,7 +153,7 @@ After you receive a response, you can exit the CLI:
151
153
152
154
The course provides a sample app that you'll explore and improve throughout the course using the CLI *(You can see the code for this in /samples/book-app-project)*. Check that the *Python book collection terminal app* works before you get started. Run `python` or `python3` depending on your system.
153
155
154
-
> **Note:**The primary examples use Python (`samples/book-app-project`), but JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work in those languages.
156
+
> **Note:**While the primary examples shown throughout the course use Python (`samples/book-app-project`), JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work with those languages. Each sample has a README with instructions for running the app in that language.
Copy file name to clipboardExpand all lines: 06-mcp-servers/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ The GitHub MCP server is built-in and requires no setup. Below are additional se
192
192
}
193
193
```
194
194
195
-
> 💡 **The `.` path**: The `.` means "current directory". Copilot can access files relative to where you launched it. In a Codespace, this is your workspace root. You can also use an absolute path like `/workspaces/github-copilot-cli-for-beginners` if you prefer.
195
+
> 💡 **The `.` path**: The `.` means "current directory". Copilot can access files relative to where you launched it. In a Codespace, this is your workspace root. You can also use an absolute path like `/workspaces/copilot-cli-for-beginners` if you prefer.
196
196
197
197
Add this to your `~/.copilot/mcp-config.json` and restart Copilot.
[](https://codespaces.new/github/github-copilot-cli-for-beginners?hide_repo_select=true&ref=main&quickstart=true) 
4
+
[](https://codespaces.new/github/copilot-cli-for-beginners?hide_repo_select=true&ref=main&quickstart=true) 
[](https://aka.ms/foundry/discord)
7
7
@@ -83,7 +83,7 @@ The **[GitHub Copilot CLI command reference](https://docs.github.com/en/copilot/
83
83
84
84
## 🙋 Getting Help
85
85
86
-
- 🐛 **Found a bug?**[Open an Issue](https://github.com/github/github-copilot-cli-for-beginners/issues)
86
+
- 🐛 **Found a bug?**[Open an Issue](https://github.com/github/copilot-cli-for-beginners/issues)
0 commit comments