Skip to content

Commit 9fc6f72

Browse files
authored
Update README.md
1 parent ea7bcd2 commit 9fc6f72

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

03-Introduction-to-GitHub-Copilot/README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,10 @@ By the end of this module, you'll be able to:
3838

3939
### How to start this course
4040

41-
<!-- For start course, run in JavaScript:
42-
'https://github.com/new?' + new URLSearchParams({
43-
template_owner: 'skills',
44-
template_name: 'copilot-codespaces-vscode',
45-
owner: '@me',
46-
name: 'skills-copilot-codespaces-vscode',
47-
description: 'My clone repository',
48-
visibility: 'public',
49-
}).toString()
50-
-->
41+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/mastering-github-copilot-for-dotnet-csharp-developers)
5142

52-
[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills&template_name=copilot-codespaces-vscode&owner=%40me&name=skills-copilot-codespaces-vscode&description=My+clone+repository&visibility=public)
43+
Now that you have learned a bit about GitHub Codespaces, lets take the next step and use Codespaces to learn how to use GitHub Copilot. Right-click **Open in GitHub Codespaces** and open the link in a new tab.
5344

54-
1. Right-click **Start course** and open the link in a new tab.
55-
2. In the new tab, most of the prompts will automatically fill in for you.
56-
- For owner, choose your personal account or an organization to host the repository.
57-
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
58-
- Scroll down and click the **Create repository** button at the bottom of the form.
59-
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
6045

6146
<footer>
6247

0 commit comments

Comments
 (0)