From 06cdd989f59284e5ea4923191a73db39b9018db8 Mon Sep 17 00:00:00 2001 From: Usman Prashant Satish Date: Sun, 11 Oct 2015 14:02:14 +0800 Subject: [PATCH] Fix upzip to unzip in installing-on-linux #501 --- aspnet/getting-started/installing-on-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/getting-started/installing-on-linux.rst b/aspnet/getting-started/installing-on-linux.rst index dfbcf1d5c4..11e1569efa 100644 --- a/aspnet/getting-started/installing-on-linux.rst +++ b/aspnet/getting-started/installing-on-linux.rst @@ -20,7 +20,7 @@ Install the .NET Version Manager (DNVM) Use the .NET Version Manager (DNVM) to install different versions of the .NET Execution Environment (DNX) on Linux. -1. Install ``upzip`` if you don't already have it:: +1. Install ``unzip`` if you don't already have it:: sudo apt-get install unzip