javeme commented on code in PR #173:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/173#discussion_r1059775052


##########
content/en/docs/quickstart/hugegraph-tools.md:
##########
@@ -4,76 +4,76 @@ linkTitle: "Manage with HugeGraph-Tools"
 weight: 3
 ---
 
-### 1 HugeGraph-Tools概述
+### 1 HugeGraph-Tools Overview
 
-HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。
+HugeGraph-Tools is an automated deployment, management and backup/restore 
component of HugeGraph.
 
-### 2 获取 HugeGraph-Tools
+### 2 Get HugeGraph-Tools
 
-有两种方式可以获取 HugeGraph-Tools:
+There are two ways to get HugeGraph-Tools:
 
-- 下载二进制tar包
-- 下载源码编译安装
+- Download the compiled tarball
+- Clone source code then compile and install
 
-#### 2.1 下载二进制tar包
+#### 2.1 Download the compiled archive
 
-下载最新版本的 HugeGraph-Tools 包:
+Download the latest version of the HugeGraph-Tools package:
 
 ```bash
 wget 
https://github.com/hugegraph/hugegraph-tools/releases/download/v${version}/hugegraph-tools-${version}.tar.gz
 tar zxvf hugegraph-tools-${version}.tar.gz
 ```
 
-#### 2.2 下载源码编译安装
+#### 2.2 Clone source code to compile and install
 
-下载最新版本的 HugeGraph-Tools 源码包:
+Download the latest version of the HugeGraph-Tools source package:
 
 ```bash
 $ git clone https://github.com/hugegraph/hugegraph-tools.git
 ```
 
-编译生成 tar 包:
+Compile and generate tar package:
 
 ```bash
 cd hugegraph-tools
 mvn package -DskipTests
 ```
 
-生成 tar 包 hugegraph-tools-${version}.tar.gz
+generate tar package hugegraph-tools-${version}.tar.gz

Review Comment:
   "generate" -- expect capitalize letter



##########
content/en/docs/quickstart/hugegraph-tools.md:
##########
@@ -539,7 +539,7 @@ Usage: hugegraph [options] [command] [command options]
 ./bin/hugegraph --url http://127.0.0.1:8080 --graph hugegraph task-list 
--status success
 ```
 
-###### 3. 图模式查看和设置
+###### 3. View and set graph mode

Review Comment:
   Set and show graph mode



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to