From 3e66c5c99eb1ffc694f93c95a452a0a5ba6bd24b Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:37:17 +0800 Subject: [PATCH] Update 1.resource-preparations.md --- .../1.resource-preparations.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md index 1b6c3db5504..57ba69a4c65 100644 --- a/docs-2.0/4.deployment-and-installation/1.resource-preparations.md +++ b/docs-2.0/4.deployment-and-installation/1.resource-preparations.md @@ -114,22 +114,22 @@ 如果版本正确,用户可以跳过本小节。如果不正确,请根据如下步骤安装: - 1. 克隆仓库`nebula-common`到主机。 + 1. 克隆仓库`nebula`到主机。 ```bash - $ git clone -b v{{ nebula.release}} https://github.com/vesoft-inc/nebula-common.git + $ git clone -b {{ nebula.branch}} https://github.com/vesoft-inc/nebula.git ``` 如需安装特定版本的Nebula Graph,使用`--branch`或`-b`选项指定相应的nebula-common分支。 例如,指定{{ nebula.release }},命令如下: ```bash - $ git clone --branch v{{ nebula.release }} https://github.com/vesoft-inc/nebula-common.git + $ git clone --branch {{ nebula.branch}} https://github.com/vesoft-inc/nebula.git ``` - 2. 进入目录`nebula-common`。 + 2. 进入目录`nebula`。 ```bash - $ cd nebula-common + $ cd nebula ``` 3. 执行如下命令安装和启用GCC和CMake。 @@ -223,7 +223,7 @@ storaged进程的数量不会影响图空间副本的数量。 -用户可以在一台机器上部署多个进程,例如五台机器构成的集群,用户可以按照如下方案部署Nebula Graph。 +用户可以在一台机器上部署多个不同进程,例如五台机器构成的集群,用户可以按照如下方案部署Nebula Graph。 | 机器名称 | metad进程数量 | storaged进程数量 | graphd进程数量 | | ------------ | --------------- | ------------------ | ---------------- |