mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci] Replace zip with tar
This commit is contained in:
parent
a78fdb2fd6
commit
39d6b63337
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user