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:
parent
1ca1ca890c
commit
315abc2fd5
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue