From ca262b5016c254994fbd0231076afbc8acca0ebd Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Sun, 26 Sep 2021 12:57:58 +0800 Subject: [PATCH] [skip ci] Update README-CN (#8561) Signed-off-by: shiyu22 --- README_CN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_CN.md b/README_CN.md index 53cc59d111..f0d099e73b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ```