[skip ci] Update README-CN (#8561)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
pull/8569/head
shiyu22 2021-09-26 12:57:58 +08:00 committed by GitHub
parent a20a9c71e2
commit ca262b5016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -75,14 +75,14 @@ Milvus 基于 [Apache 2.0 License](https://github.com/milvus-io/milvus/blob/mast
### 源码编译 Milvus
```bash
# Clone github repository.
# 克隆项目
$ git clone https://github.com/milvus-io/milvus.git
# Install third-party dependencies.
# 安装第三方依赖
$ cd milvus/
$ ./scripts/install_deps.sh
# Compile Milvus standalone.
# 编译 Milvus 单机版
$ make milvus
```