From c469494e3f03bdea36e77cad13cd08bcea1b8d75 Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Wed, 18 Dec 2024 13:16:26 -0600 Subject: [PATCH] Update for Copilot Free (#247) * docs: Clarify prerequisites * docs: Update reference links to newer docs --- .github/steps/X-finish.md | 4 ++-- README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/steps/X-finish.md b/.github/steps/X-finish.md index 2108ad4..af83bed 100644 --- a/.github/steps/X-finish.md +++ b/.github/steps/X-finish.md @@ -18,8 +18,8 @@ Here's a recap of all the tasks you completed: ### Additional learning and resources -- [Copilot for Individuals](https://docs.github.com/en/copilot/overview-of-github-copilot/about-github-copilot-for-individuals) -- [Copilot for Business](https://docs.github.com/en/copilot/overview-of-github-copilot/about-github-copilot-for-business) +- [What is GitHub Copilot](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot) +- [About enterprise accounts for Copilot Business](https://docs.github.com/en/enterprise-cloud@latest/admin/copilot-business-only/about-enterprise-accounts-for-copilot-business) - [Getting started with Copilot](https://docs.github.com/en/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code) - [Configure Copilot settings](https://docs.github.com/en/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom) diff --git a/README.md b/README.md index 8cddafa..b8ac60c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ GitHub Copilot can help you code by offering autocomplete-style suggestions. You - **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers. - **What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments. - **What you'll build**: Javascript files that will have code generated by Copilot AI for code and comment suggestions. -- **Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 30 days free [Copilot](https://github.com/settings/copilot). +- **Prerequisites**: + - [GitHub account](https://github.com/login) - With available Codespaces minutes. + - [GitHub Copilot](https://github.com/github-copilot/signup) - For learning, the **Copilot Free** option with usage limits should be sufficient. - **Timing**: This course can be completed in under an hour. ### How to start this course