Merge branch 'fixformatting'

pull/557/merge
danroth27 2015-10-28 00:21:09 -07:00
commit bcca492fd3
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ The easiest way to get started building applications with ASP.NET 5 is to instal
3. Enable ASP.NET 5 command-line tools. Open a **Developer Command Prompt for VS2015** and run the following commands::
dnvm setup
dnvm upgrade
dnvm setup
dnvm upgrade
This will set up the .NET Version Manager (DNVM) on the path and install the latest .NET Execution Environment (DNX).