Update install.md

This commit is contained in:
jielinxu 2019-11-28 18:28:57 +08:00 committed by GitHub
parent c7ca9a770b
commit 1e4442e33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```