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 b2a1022  doc: added yarn install instructions (#1047)
b2a1022 is described below

commit b2a1022ef795ec1456708a0b7c86fbad65427320
Author: weihai4099 <781531...@qq.com>
AuthorDate: Tue Jan 14 09:54:56 2020 +0800

    doc: added yarn install instructions (#1047)
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6040f59..bea93de 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ APISIX has built-in support for dashboards, as follows:
 ```
 git clone https://github.com/apache/incubator-apisix-dashboard.git
 ```
-
+- install yarn: refer to [documentation](https://yarnpkg.com/en/docs/install)
 - Install dependencies and build
 ```
 yarn
diff --git a/README_CN.md b/README_CN.md
index 89bd681..9887c67 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -143,7 +143,7 @@ APISIX 内置了对 Dashboard 的支持,使用步骤如下:
 ```
 git clone https://github.com/apache/incubator-apisix-dashboard.git
 ```
-
+- 安装yarn: 参考[安装文档](https://yarnpkg.com/zh-Hans/docs/install)
 - 安装依赖并构建
 ```
 yarn

Reply via email to