This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch release/3.8
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.8 by this push:
new 80b1d3a75 chore: update installation-guide doc (#10841)
80b1d3a75 is described below
commit 80b1d3a75441f234ee9ff00d6982c234ffd8cca7
Author: AlinsRan <[email protected]>
AuthorDate: Thu Jan 18 10:41:57 2024 +0800
chore: update installation-guide doc (#10841)
---
docs/en/latest/installation-guide.md | 8 ++------
docs/zh/latest/installation-guide.md | 10 +++-------
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/docs/en/latest/installation-guide.md
b/docs/en/latest/installation-guide.md
index 4ae7e1930..779f65b33 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -126,7 +126,7 @@ sudo yum install apisix
You can also install a specific version of APISIX by specifying it:
```shell
-sudo yum install apisix-2.13.1
+sudo yum install apisix-3.8.0
```
:::
@@ -178,14 +178,10 @@ Currently the only DEB repository supported by APISIX is
Debian 11 (Bullseye) an
```shell
# amd64
-echo "deb http://openresty.org/package/debian bullseye openresty" | sudo tee
/etc/apt/sources.list.d/openresty.list
-wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
echo "deb http://repos.apiseven.com/packages/debian bullseye main" | sudo tee
/etc/apt/sources.list.d/apisix.list
# arm64
-echo "deb http://openresty.org/package/arm64/debian bullseye openresty" | sudo
tee /etc/apt/sources.list.d/openresty.list
-wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
echo "deb http://repos.apiseven.com/packages/arm64/debian bullseye main" |
sudo tee /etc/apt/sources.list.d/apisix.list
```
@@ -194,7 +190,7 @@ Then, to install APISIX, run:
```shell
sudo apt update
-sudo apt install -y apisix=3.0.0-0
+sudo apt install -y apisix=3.8.0-0
```
### Managing APISIX server
diff --git a/docs/zh/latest/installation-guide.md
b/docs/zh/latest/installation-guide.md
index 9bb1254dd..df06485fe 100644
--- a/docs/zh/latest/installation-guide.md
+++ b/docs/zh/latest/installation-guide.md
@@ -126,10 +126,10 @@ sudo yum install apisix
:::tip
-你也可以安装指定版本的 APISIX(本示例为 APISIX v2.13.1 LTS 版本):
+你也可以安装指定版本的 APISIX(本示例为 APISIX v3.8.0 版本):
```shell
-sudo yum install apisix-2.13.1
+sudo yum install apisix-3.8.0
```
:::
@@ -181,14 +181,10 @@ apisix start
```shell
# amd64
-echo "deb http://openresty.org/package/debian bullseye openresty" | sudo tee
/etc/apt/sources.list.d/openresty.list
-wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
echo "deb http://repos.apiseven.com/packages/debian bullseye main" | sudo tee
/etc/apt/sources.list.d/apisix.list
# arm64
-echo "deb http://openresty.org/package/debian bullseye openresty" | sudo tee
/etc/apt/sources.list.d/openresty.list
-wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
echo "deb http://repos.apiseven.com/packages/arm64/debian bullseye main" |
sudo tee /etc/apt/sources.list.d/apisix.list
```
@@ -197,7 +193,7 @@ echo "deb http://repos.apiseven.com/packages/arm64/debian
bullseye main" | sudo
```shell
sudo apt update
-sudo apt install -y apisix=3.0.0-0
+sudo apt install -y apisix=3.8.0-0
```
### 管理 APISIX 服务