diff --git a/README-CN.md b/README-CN.md index 2b5c9d1066a037d58d656a03d372f8943fcaafa4..2ede2f1054fb63a1c004f3f7cb48bb8d711f22f5 100644 --- a/README-CN.md +++ b/README-CN.md @@ -18,10 +18,10 @@ OBAgent 使用 [MulanPSL - 2.0](http://license.coscl.org.cn/MulanPSL2) 许可证 ### RPM 包 -OBAgent 提供 RPM 包,您可以去 Release 页面(link todo)下载 RPM 包,然后使用以下命令安装: +OBAgent 提供 RPM 包,您可以去 [Release 页面](https://mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/) 下载 RPM 包,然后使用以下命令安装: ```bash -rpm -ivh obagent-0.1-1.alios7.x86_64.rpm +rpm -ivh obagent-1.0.0-1.el7.x86_64.rpm ``` ### 通过源码构建 diff --git a/README.md b/README.md index acb811032fac7151226262bd23063b6cd72a2b59..bacfb1ee3f5a10a8dfcacecae309c476a6cb3863 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ OBAgent is a monitor collection framework. OBAgent supplies pull and push mode d ## Licencing -OBAgent is under [MulanPSL - 2.0](http://license.coscl.org.cn/MulanPSL2) license. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPubL - 2.0 license. +OBAgent is under [MulanPSL - 2.0](http://license.coscl.org.cn/MulanPSL2) license. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPSL - 2.0 license. ## Documentation @@ -18,10 +18,10 @@ To build OBAgent, make sure that your Go version is 1.14 or above. ### From RPM package -OBAgent supplies RPM package. You can download it from the Release page (link todo) and install it by using this command: +OBAgent supplies RPM package. You can download it from the [Release page](https://mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/) and install it by using this command: ```bash -rpm -ivh obagent-0.1-1.alios7.x86_64.rpm +rpm -ivh obagent-1.0.0-1.el7.x86_64.rpm ``` ### From source code diff --git a/docs/install-and-deploy/install-obagent.md b/docs/install-and-deploy/install-obagent.md index 3d87fe1f42cae09066fcc9d9867ede8470077f99..0e6804027a7d60ba29d493d1f23e76205a22b8ac 100644 --- a/docs/install-and-deploy/install-obagent.md +++ b/docs/install-and-deploy/install-obagent.md @@ -8,7 +8,7 @@ ## RPM 包 -OBAgent 提供 RPM 包,您可以去 [Release 页面](https://mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/obagent-1.0.0-1.el7.x86_64.rpm) 下载 RPM 包,然后使用以下命令安装: +OBAgent 提供 RPM 包,您可以去 [Release 页面](https://mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/) 下载 RPM 包,然后使用以下命令安装: ```bash rpm -ivh obagent-1.0.0-1.el7.x86_64.rpm