diff --git a/docs/manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md b/docs/manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md index 18eaf254f8c..86e3dab94ca 100644 --- a/docs/manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md +++ b/docs/manual-CN/3.build-develop-and-administration/2.install/1.install-with-rpm-deb.md @@ -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 格式如下: @@ -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 获取安装包 @@ -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**