You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/18 07:11:36 UTC

[incubator-apisix] branch master updated: doc: added some detailed instructions for installing dashboard (#1136)

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

membphis 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 e3f5ee8  doc: added some detailed instructions for installing dashboard (#1136)
e3f5ee8 is described below

commit e3f5ee869e7b14294bd6eb159c474a68f0111138
Author: Abel <ab...@hotmail.com>
AuthorDate: Tue Feb 18 15:11:30 2020 +0800

    doc: added some detailed instructions for installing dashboard (#1136)
---
 README.md    | 1 +
 README_CN.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 21e114b..77613b7 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ git clone https://github.com/apache/incubator-apisix-dashboard.git
 
 4. Install dependencies then run build command:
 ```
+git checkout <v1.0> #The tag version same to apisix.
 yarn && yarn build:prod
 ```
 
diff --git a/README_CN.md b/README_CN.md
index ae6d2fc..288f278 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -152,6 +152,7 @@ git clone https://github.com/apache/incubator-apisix-dashboard.git
 
 4. 安装依赖并构建
 ```
+git checkout <v1.0>  #这里的tag版本和你使用的apisix版本一致
 yarn && yarn build:prod
 ```