Skip to content

Commit

Permalink
Update 4.install-nebula-graph-from-tar.md (#1128)
Browse files Browse the repository at this point in the history
* Update 4.install-nebula-graph-from-tar.md

* Update 4.install-nebula-graph-from-tar.md
  • Loading branch information
randomJoe211 committed Nov 1, 2021
1 parent 23a20cc commit 42848f7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
```bash
tar -xvzf <tar.gz_file_name> -C <install_path>
```

* `tar.gz_file_name`表示tar.gz文件的名称。
* `install_path`表示安装路径。

例如:

```bash
tar -xvzf nebula-graph-2.6.0.el7.x86_64.tar.gz -C /home/joe/nebula/install
```

3. 修改配置文件名以应用配置。

Expand Down

0 comments on commit 42848f7

Please sign in to comment.