diff --git a/docs-2.0/nebula-importer/use-importer.md b/docs-2.0/nebula-importer/use-importer.md index e35fc25a97c..3f605a2e44e 100644 --- a/docs-2.0/nebula-importer/use-importer.md +++ b/docs-2.0/nebula-importer/use-importer.md @@ -37,7 +37,7 @@ Importer适用于将本地CSV文件的内容导入至Nebula Graph中。 1. 克隆仓库。 ```bash - $ git clone -b {{importer.release}} https://github.com/vesoft-inc/nebula-importer.git + $ git clone -b {{importer.branch}} https://github.com/vesoft-inc/nebula-importer.git ``` !!! note @@ -69,7 +69,7 @@ Importer适用于将本地CSV文件的内容导入至Nebula Graph中。 !!! note yaml配置文件说明请参见[配置文件](#_7)。 -#### 无网络编译方式 +### 无网络编译方式 如果服务器不能联网,建议在能联网的机器上将源码和各种依赖打包上传到对应的服务器上编译即可,操作步骤如下: