Skip to content

Commit

Permalink
Clarify how to get the code onto local machine (dotnet#5108)
Browse files Browse the repository at this point in the history
I was following a tutorial and finally asked my teammate how to clone the repo because I could not figure it out. The solution was to go to the root of the repo.
  • Loading branch information
mikelle-rogers authored Apr 19, 2022
1 parent 8730f97 commit b4c026f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/diagnostics/DiagnosticScenarios/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ description: "A .NET Core sample with methods that trigger undesirable behaviors

The sample debug target is a simple `webapi` application. The sample triggers undesirable behaviors for the [.NET Core diagnostics tutorials](https://docs.microsoft.com/dotnet/core/diagnostics/index#net-core-diagnostics-tutorials) to diagnose.

## Download the source

To get the code locally on your machine, click on '<> Code' in the top left corner of this page. This will take you to the root of the repo. Once at the root, clone the samples repo onto your local machine and navigate to samples/core/diagnostics/DiagnosticScenarios/.

## Build and run the target

After downloading the source, you can easily run the webapi using:
Expand Down

0 comments on commit b4c026f

Please sign in to comment.