Update GettingStartedDeb.md

Add "sudo apt-get install unzip" to the DNVM install instructions for Debian.

https://github.com/aspnet/Home/issues/616
This commit is contained in:
Stephen Halter 2015-06-22 19:21:18 -07:00
parent 1ca1ca890c
commit 315abc2fd5
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sudo ldconfig
Now let's get DNVM. To do this run:
```
sudo apt-get install unzip
curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh
```