From 39d6b633376f0d8d72972ffbe562eec02130b944 Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Mon, 2 Dec 2019 15:24:15 +0800 Subject: [PATCH] [skip ci] Replace zip with tar --- install.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.md b/install.md index 35884ffd52..ae9c262f8b 100644 --- a/install.md +++ b/install.md @@ -116,15 +116,13 @@ Download Milvus source code: ```shell $ cd /home -$ wget https://github.com/milvus-io/milvus/archive/0.6.0.zip +$ wget https://github.com/milvus-io/milvus/archive/0.6.0.tar.gz ``` -Unzip the source package: +Extract the source package: ```shell -$ apt-get update -$ apt-get install unzip -$ unzip ./0.6.0.zip +$ tar xvf ./v0.6.0.tar.gz ``` The source code is extracted into a folder called `milvus-0.6.0`. To enter its core directory: