Updated kvminstall -> dvminstall

pull/178/head
Steve Smith 2015-04-30 08:40:00 -04:00
parent ed310ea362
commit 780404435e
1 changed files with 1 additions and 1 deletions

View File

@ -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``