Skip to content

Commit

Permalink
Update ex-ug-deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed Jul 19, 2021
1 parent e0acef1 commit 8e5a683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

2. 使用`sudo rpm -i <rpm>`命令安装RPM包。

例如,安装 Explorer 1.0.0 版本需要运行以下命令:
例如,安装 Explorer {{ explorer.base100 }} 版本需要运行以下命令:

```bash
$ sudo rpm -i nebula-graph-explorer-1.0.0-1.x86_64.rpm
$ sudo rpm -i nebula-graph-explorer-{{ explorer.base100 }}-1.x86_64.rpm
```


Expand All @@ -41,7 +41,7 @@
用户可以使用以下的命令卸载 Explorer 。

```bash
$ sudo rpm -e nebula-graph-explorer-1.0.0-1.x86_64.rpm
$ sudo rpm -e nebula-graph-explorer-{{ explorer.base100 }}-1.x86_64.rpm
```

## 异常处理
Expand Down

0 comments on commit 8e5a683

Please sign in to comment.