mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Updat README_CN (#8840)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
parent
85f9fb4a40
commit
e90610ef76
10
README_CN.md
10
README_CN.md
@ -74,6 +74,16 @@ Milvus 基于 [Apache 2.0 License](https://github.com/milvus-io/milvus/blob/mast
|
||||
|
||||
### 源码编译 Milvus
|
||||
|
||||
请先安装相关依赖。
|
||||
|
||||
```
|
||||
go: 1.15
|
||||
cmake: >=3.18
|
||||
gcc: 7.5
|
||||
```
|
||||
|
||||
克隆 Milvus 项目并编译。
|
||||
|
||||
```bash
|
||||
# 克隆项目
|
||||
$ git clone https://github.com/milvus-io/milvus.git
|
||||
|
Loading…
Reference in New Issue
Block a user