Skip to content

Commit

Permalink
Updated the example and a step (#105)
Browse files Browse the repository at this point in the history
* Updated the example and a step

* Deleted a space
  • Loading branch information
randomJoe211 authored Nov 16, 2020
1 parent 1ef7afc commit 5946cc3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1804.amd64.deb
```

链接中 `${release_version}` 为具体的发布版本号,例如要下载 `1.0.0-rc4` `Centos 7.5` 的安装包,那么可以直接通过命令下载。
链接中 `${release_version}` 为具体的发布版本号,例如要下载 `1.1.0` `Centos 7.5` 的安装包,那么可以直接通过命令下载。

```bash
$ wget https://oss-cdn.nebula-graph.com.cn/package/1.0.0-rc4/nebula-1.0.0-rc4.el7-5.x86_64.rpm
$ wget https://oss-cdn.nebula-graph.com.cn/package/1.1.0/nebula-1.1.0.el7-5.x86_64.rpm
```

b. 获取 nightly (最新测试)版本,URL 格式如下:
Expand All @@ -46,10 +46,10 @@
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1804.amd64.deb
```

链接中 `${date}` 为具体的日期,例如要下载 `2020年4月1日``Centos 7.5` 的安装包,那么可以直接通过命令下载
链接中 `${date}` 为具体的日期,例如要下载 `2020年11月15日``Centos 7.5` 的安装包,那么可以直接通过命令下载

```bash
$ wget https://oss-cdn.nebula-graph.com.cn/package/nightly/2020.04.01/nebula-2020.04.01-nightly.el7-5.x86_64.rpm
$ wget https://oss-cdn.nebula-graph.com.cn/package/nightly/2020.11.15/nebula-2020.11.15-nightly.el7-5.x86_64.rpm
```

* 方式二:通过 GitHub 获取安装包
Expand All @@ -61,8 +61,8 @@
3. 单击列表顶部最新的包。
![action-page](https://user-images.githubusercontent.com/40747875/71390992-59d1be80-263d-11ea-9d61-1d7fbeb1d8c5.png)

4. 单击右上角 **Artifacts**, 选择要下载的安装包
![select-a-package](https://user-images.githubusercontent.com/40747875/71389414-415ea580-2637-11ea-8930-eaef1e8a5d17.png)
4. **package** 页的 **Artifacts** 区域,单击需要下载的安装包
![select-a-package](https://docs-cdn.nebula-graph.com.cn/3.build-develop-and-administration/2.install/github-download-package.png)

2. 安装 **Nebula Graph**

Expand Down

0 comments on commit 5946cc3

Please sign in to comment.