From 4c68c015779c7abe0a5b97d7a79bc65e919f502b Mon Sep 17 00:00:00 2001 From: Brennan Date: Tue, 9 Jun 2020 09:50:50 -0700 Subject: [PATCH] Update getting started --- docs/getting_started.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index ccef04110..ec5acc031 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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: