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/10/26 12:47:14 UTC

[apisix] branch master updated: docs: use mirror when installing dependencies in China (#5332)

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 8b8f55c  docs: use mirror when installing dependencies in China (#5332)
8b8f55c is described below

commit 8b8f55c17fc1538b830b7bf3dfb11c16b4383787
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Oct 26 20:47:05 2021 +0800

    docs: use mirror when installing dependencies in China (#5332)
---
 docs/zh/latest/how-to-build.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index cfcfa6f..bfbcd83 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -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
   ```