Skip to content

Commit

Permalink
Update source_install-nebula-graph-by-rpm-or-deb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Nov 1, 2021
1 parent 216c451 commit 8e139d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/reuse/source_install-nebula-graph-by-rpm-or-deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RPM和DEB是Linux系统下常见的两种安装包格式,本文介绍如何使
$ sudo rpm -ivh --prefix=<installation_path> <package_name>
```

例如安装在默认路径下{{nebula.release}}版本的RPM包:
例如在默认路径下安装{{nebula.release}}版本的RPM包:

```bash
sudo rpm -ivh nebula-graph-{{nebula.release}}.el7.x86_64.rpm
Expand All @@ -131,7 +131,7 @@ RPM和DEB是Linux系统下常见的两种安装包格式,本文介绍如何使
$ sudo dpkg -i --instdir==<installation_path> <package_name>
```

例如安装在默认路径下{{nebula.release}}版本的DEB包:
例如在默认路径下安装{{nebula.release}}版本的DEB包:

```bash
sudo dpkg -i nebula-graph-{{nebula.release}}.ubuntu1804.amd64.deb
Expand Down

0 comments on commit 8e139d9

Please sign in to comment.