docs: use mirror when installing dependencies in China (#5332)

This commit is contained in:
罗泽轩 2021-10-26 20:47:05 +08:00 committed by GitHub
parent 60f14bb1e3
commit 8b8f55c17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,8 +96,8 @@ sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/ap
```shell
# 切换到 apisix-2.10.1 目录
cd apisix-2.10.1
# 创建依赖
make deps
# 安装依赖
LUAROCKS_SERVER=https://luarocks.cn make deps
# 安装 apisix 命令
make install
```