[skip ci] Updat README_CN (#8840)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
shiyu22 2021-09-29 14:19:59 +08:00 committed by GitHub
parent 85f9fb4a40
commit e90610ef76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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