Merge branch '1.0.0-beta8' into 1.0.0-rc1

pull/583/head
danroth27 2015-10-15 20:41:20 -07:00
commit 1b9b943455
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ Install the .NET Version Manager (DNVM)
Use the .NET Version Manager (DNVM) to install different versions of the .NET Execution Environment (DNX) on Linux. Use the .NET Version Manager (DNVM) to install different versions of the .NET Execution Environment (DNX) on Linux.
1. Install ``unzip`` if you don't already have it:: 1. Install ``unzip`` and ``curl`` if you don't already have them::
sudo apt-get install unzip sudo apt-get install unzip curl
2. Download and install DNVM:: 2. Download and install DNVM::