Skip to content

Commit 56f124c

Browse files
committed
adding NuGet update to instructions
1 parent e4e5bcd commit 56f124c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Instructions/Labs/LAB_AK_02_analyze_document_code.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GitHub Copilot can help you understand and document a codebase by generating exp
1010

1111
This exercise should take approximately **20** minutes to complete.
1212

13-
> **IMPORTANT**: If you don't have a GitHub account, you can <a href="https://go.microsoft.com/fwlink/?linkid=2320148" target="_blank">sign up</a> for a free individual account and use a GitHub Copilot Free plan to complete this exercise. If you have access to a GitHub Copilot Pro, GitHub Copilot Business, or GitHub Copilot Enterprise subscription from within your lab environment, you can use your existing GitHub Copilot subscription to complete this exercise.
13+
> **IMPORTANT**: If you don't have a GitHub account, you can <a href="https://go.microsoft.com/fwlink/?linkid=2320148" target="_blank">sign up</a> for a free individual account and use a GitHub Copilot Free plan to complete this exercise. If you have access to a GitHub Copilot Pro, Pro+, Business, or Enterprise subscription from within your lab environment, you can use your existing GitHub Copilot subscription to complete this exercise.
1414
1515
## Before you start
1616

@@ -38,6 +38,12 @@ Your colleague has developed an initial version of the library application and h
3838

3939
Use the following steps to set up the library application:
4040

41+
1. Open a command terminal and then run the following command:
42+
43+
```bash
44+
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
45+
```
46+
4147
1. Open a browser window in your lab environment.
4248

4349
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)

0 commit comments

Comments
 (0)