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 2022/03/11 03:42:14 UTC

[apisix] branch master updated: docs: additional description to download different versions of APISIX (#6508)

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 2f8427c  docs: additional description to download different versions of APISIX (#6508)
2f8427c is described below

commit 2f8427c13597a9a7782d954ba3458c99c0eed322
Author: bin-ya <81...@users.noreply.github.com>
AuthorDate: Fri Mar 11 11:42:06 2022 +0800

    docs: additional description to download different versions of APISIX (#6508)
---
 docs/en/latest/how-to-build.md | 3 +++
 docs/zh/latest/how-to-build.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md
index 53173f6..2d56446 100644
--- a/docs/en/latest/how-to-build.md
+++ b/docs/en/latest/how-to-build.md
@@ -54,6 +54,9 @@ sudo yum --showduplicates list apisix
 
 # Will install the latest apisix package
 sudo yum install apisix
+
+# Will install a specified version (2.10.3 in this example) apisix package
+sudo yum install apisix-2.10.3-0.el7
 ```
 
 ### Installation via RPM Offline Package (CentOS 7)
diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index 6b361f9..2145176 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -52,6 +52,9 @@ sudo yum --showduplicates list apisix
 
 # 安装最新的 apisix 软件包
 sudo yum install apisix
+
+# 安装指定版本(本例中为2.10.3版本)的 apisix 软件包
+sudo yum install apisix-2.10.3-0.el7
 ```
 
 ### 通过 RPM 包离线安装(CentOS 7)