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 8e3fd22  docs: fix wrong dir when install from source code. (#3748)
8e3fd22 is described below

commit 8e3fd226714d0a733b87aac33f64fe97e77d3785
Author: Wen Ming <[email protected]>
AuthorDate: Thu Mar 4 13:09:40 2021 +0800

    docs: fix wrong dir when install from source code. (#3748)
---
 docs/en/latest/how-to-build.md | 2 +-
 docs/zh/latest/how-to-build.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md
index 4049347..4aec089 100644
--- a/docs/en/latest/how-to-build.md
+++ b/docs/en/latest/how-to-build.md
@@ -44,7 +44,7 @@ $ tar zxvf apache-apisix-2.3-src.tgz -C apisix-2.3
 Install the Lua libraries that the runtime depends on:
 
 ```shell
-cd apache-apisix-2.3
+cd apisix-2.3
 make deps
 ```
 
diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index 550ccdc..5f7a8d4 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -44,7 +44,7 @@ $ tar zxvf apache-apisix-2.3-src.tgz -C apisix-2.3
 安装运行时依赖的 Lua 库:
 
 ```
-cd apache-apisix-2.3
+cd apisix-2.3
 make deps
 ```
 

Reply via email to