You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2019/12/06 08:52:05 UTC

[incubator-apisix] branch master updated: luarocks: install apisix 0.9 by luarocks. (#934)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new a3a591e  luarocks: install apisix 0.9 by luarocks. (#934)
a3a591e is described below

commit a3a591e3a5d58db2bd28da77656579f5b07aa0a0
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Fri Dec 6 16:51:56 2019 +0800

    luarocks: install apisix 0.9 by luarocks. (#934)
---
 doc/how-to-build-cn.md | 6 +++---
 doc/how-to-build.md    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/how-to-build-cn.md b/doc/how-to-build-cn.md
index 8d416db..84f7f87 100644
--- a/doc/how-to-build-cn.md
+++ b/doc/how-to-build-cn.md
@@ -61,11 +61,11 @@ sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/apache/incubator-apis
 > 通过 Luarocks 安装指定的版本:
 
 ```shell
-# 安装 apisix 的 0.8 版本
-sudo luarocks install --lua-dir=/path/openresty/luajit apisix 0.8
+# 安装 apisix 的 0.9 版本
+sudo luarocks install --lua-dir=/path/openresty/luajit apisix 0.9
 
 # 老版本 luarocks 可能不支持 `lua-dir` 参数,可以删除该选项
-sudo luarocks install apisix 0.8
+sudo luarocks install apisix 0.9
 ```
 
 ## 3. 管理(启动、关闭等)APISIX 服务
diff --git a/doc/how-to-build.md b/doc/how-to-build.md
index 28c07d9..50d51e9 100644
--- a/doc/how-to-build.md
+++ b/doc/how-to-build.md
@@ -62,11 +62,11 @@ sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/apache/incubator-apis
 > Install the specified version via Luarocks:
 
 ```shell
-# Install version 0.8
-sudo luarocks install --lua-dir=/path/openresty/luajit apisix 0.8
+# Install version 0.9
+sudo luarocks install --lua-dir=/path/openresty/luajit apisix 0.9
 
 # old luarocks not support the `lua-dir` parameter, you can remove this option
-sudo luarocks install apisix 0.8
+sudo luarocks install apisix 0.9
 ```
 
 ## Manage (start/stop) APISIX Server