From 780404435e7a0e201961505a4ac92cfa9fa6a80a Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 30 Apr 2015 08:40:00 -0400 Subject: [PATCH] Updated kvminstall -> dvminstall --- 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..4d00a9fb09 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 "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``