Skip to content

Commit

Permalink
[skip ci] Updat README_CN (milvus-io#8840)
Browse files Browse the repository at this point in the history
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
  • Loading branch information
shiyu22 authored Sep 29, 2021
1 parent 85f9fb4 commit e90610e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90610e

Please sign in to comment.