From 11dfd370bae6790748206ca4cf07604092e9b745 Mon Sep 17 00:00:00 2001 From: glennc Date: Wed, 29 Apr 2015 22:59:49 -0700 Subject: [PATCH] fix dnvm download snippet --- docs/getting-started/installing-on-windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installing-on-windows.rst b/docs/getting-started/installing-on-windows.rst index e9132cc627..736627545f 100644 --- a/docs/getting-started/installing-on-windows.rst +++ b/docs/getting-started/installing-on-windows.rst @@ -29,7 +29,7 @@ The .NET Version Manager is used to install one or more versions of the .NET Exe .. code-block:: console - @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))" + @powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" After the script has run, open a new command prompt and confirm DNVM is working by typing: ``dnvm``