You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/01 02:28:50 UTC

[apisix] branch master updated: docs: Update RPM installation guide for apisix 2.10.1 (#5384)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 759e666  docs: Update RPM installation guide for apisix 2.10.1 (#5384)
759e666 is described below

commit 759e6663162d43e761d556b85e3061f755ea74ae
Author: Joey <ma...@apache.org>
AuthorDate: Mon Nov 1 10:28:43 2021 +0800

    docs: Update RPM installation guide for apisix 2.10.1 (#5384)
---
 docs/en/latest/how-to-build.md | 10 +++++-----
 docs/zh/latest/how-to-build.md | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md
index c72adca..98b00bc 100644
--- a/docs/en/latest/how-to-build.md
+++ b/docs/en/latest/how-to-build.md
@@ -37,11 +37,13 @@ This installation method is suitable for CentOS 7. For now, the Apache APISIX RP
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix package
 sudo yum info -y apisix
+
+# Will show the existing apisix packages
 sudo yum --showduplicates list apisix
 
-# Will install apisix-2.10.0
+# Will install the latest apisix package
 sudo yum install apisix
 ```
 
@@ -56,11 +58,9 @@ sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-rep
 This installation method is suitable for CentOS 7, please run the following command to install Apache APISIX.
 
 ```shell
-sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/apisix-2.10.1-0.el7.x86_64.rpm
+sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.10.1-0.el7.x86_64.rpm
 ```
 
-> You can also install the RPM package via running `sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.10.0-0.el7.x86_64.rpm`.
-
 ### Installation via Docker
 
 Please refer to: [Installing Apache APISIX with Docker](https://hub.docker.com/r/apache/apisix).
diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index 39e98f0..83ea182 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -37,11 +37,13 @@ Apache APISIX 的运行环境需要依赖 NGINX 和 etcd,所以在安装 Apach
 
 ```shell
 sudo yum-config-manager --add-repo https://repos.apiseven.com/packages/centos/apache-apisix.repo
-# View apisix package information, only 2.10.0 is included for now
+# View the information of the latest apisix package
 sudo yum info -y apisix
+
+# Will show the existing apisix packages
 sudo yum --showduplicates list apisix
 
-# Will install apisix-2.10.0
+# Will install the latest apisix package
 sudo yum install apisix
 ```
 
@@ -56,11 +58,9 @@ sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-rep
 这种安装方式适用于 CentOS 7 操作系统,请运行以下命令安装 Apache APISIX。
 
 ```shell
-sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/apisix-2.10.1-0.el7.x86_64.rpm
+sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.10.1-0.el7.x86_64.rpm
 ```
 
-> 您也可以运行 `sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.10.0-0.el7.x86_64.rpm` 命令安装。
-
 ### 通过 Docker 安装
 
 详情请参考:[使用 Docker 安装 Apache APISIX](https://hub.docker.com/r/apache/apisix)。