Skip to content

Commit

Permalink
Update getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored and sebastienros committed Jul 14, 2020
1 parent 5e5e357 commit 4c68c01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ This tutorial shows how to benchmark a simple .NET web application using the __b
> dotnet tool install -g Microsoft.Crank.Agent --version "0.1.0-*"
```
NB: Preview versions can be installed by adding this NuGet feed source: `--add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json`
NB: Preview versions can be installed by running this command line:
```text
> dotnet tool install -g Microsoft.Crank.Controller --version "0.1.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
```
```text
> dotnet tool install -g Microsoft.Crank.Agent --version "0.1.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
```
3. Verify the installation was complete by running:
Expand Down

0 comments on commit 4c68c01

Please sign in to comment.