From 1e4442e33ce4f37234f2e8002bb4404aaf01d5e0 Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Thu, 28 Nov 2019 18:28:57 +0800 Subject: [PATCH] Update install.md --- install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.md b/install.md index c226d67c7d..fd11121f39 100644 --- a/install.md +++ b/install.md @@ -120,8 +120,8 @@ $ wget https://github.com/milvus-io/milvus/archive/0.6.0.zip Unzip the source package: ```shell -$ Apt-get update -$ Apt-get install unzip +$ apt-get update +$ apt-get install unzip $ unzip ./0.6.0.zip ```