Skip to content

Commit

Permalink
fix dnvm download snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
glennc committed Apr 30, 2015
1 parent ed310ea commit 11dfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installing-on-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit 11dfd37

Please sign in to comment.