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 90be57f docs: update rpm package to 2.2 (#3280) 90be57f is described below commit 90be57f488f9ab3db672c51d500535400b94ec4f Author: Wen Ming <moonbingb...@gmail.com> AuthorDate: Thu Jan 14 13:16:14 2021 +0800 docs: update rpm package to 2.2 (#3280) --- README.md | 2 +- README_CN.md | 2 +- doc/how-to-build.md | 2 +- doc/zh-cn/how-to-build.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5c921c..bbdd855 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ There are several ways to install the Apache Release version of APISIX: - install APISIX: ```shell - $ sudo yum install -y https://github.com/apache/apisix/releases/download/2.1/apisix-2.1-0.el7.noarch.rpm + $ sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.x86_64.rpm ``` - check version of APISIX: diff --git a/README_CN.md b/README_CN.md index 9e4b90e..31fe52f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -203,7 +203,7 @@ CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubun - 安装 APISIX: ```shell - $ sudo yum install -y https://github.com/apache/apisix/releases/download/2.1/apisix-2.1-0.el7.noarch.rpm + $ sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.x86_64.rpm ``` - 检查 APISIX 的版本号: diff --git a/doc/how-to-build.md b/doc/how-to-build.md index 996a8fb..0f1c33e 100644 --- a/doc/how-to-build.md +++ b/doc/how-to-build.md @@ -49,7 +49,7 @@ make deps ### Installation via RPM package (CentOS 7) ```shell -sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.el7.noarch.rpm +sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.x86_64.rpm ``` ### Installation via Luarocks (macOS not supported) diff --git a/doc/zh-cn/how-to-build.md b/doc/zh-cn/how-to-build.md index 6604002..3badf4a 100644 --- a/doc/zh-cn/how-to-build.md +++ b/doc/zh-cn/how-to-build.md @@ -49,7 +49,7 @@ make deps ### 通过 RPM 包安装(CentOS 7) ```shell -sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.el7.noarch.rpm +sudo yum install -y https://github.com/apache/apisix/releases/download/2.2/apisix-2.2-0.x86_64.rpm ``` ### 通过 Luarocks 安装 (不支持 macOS)