Remove usage of default alias

pull/351/head
Rick Anderson 2015-06-26 10:56:06 -07:00 committed by danroth27
parent 8080f1b325
commit 63461997d1
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ Download the ASP.NET 5 starter project
.. code-block:: none
dnvm use default
dnvm use 1.0.0-beta5
dnx . ef migration apply
- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use default`` instructs the .NET Version Manager to add the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For ASP.NET 5 Beta 5, the following is displayed:
- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use 1.0.0-beta5`` instructs the .NET Version Manager to add the 1.0.0-beta5 version of the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For ASP.NET 5 Beta 5, the following is displayed:
.. code-block:: none