Skip to content

Commit 315abc2

Browse files
committed
Update GettingStartedDeb.md
Add "sudo apt-get install unzip" to the DNVM install instructions for Debian. #616
1 parent 1ca1ca8 commit 315abc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GettingStartedDeb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ sudo ldconfig
5353
Now let's get DNVM. To do this run:
5454

5555
```
56+
sudo apt-get install unzip
5657
curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh
5758
```
5859

0 commit comments

Comments
 (0)