未验证 提交 39d6b633 编写于 作者: J jielinxu 提交者: GitHub

[skip ci] Replace zip with tar

上级 a78fdb2f
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册