You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/07/19 05:31:40 UTC

[dubbo-website] branch master updated: doc: fix admin frontend deploy command (#434)

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

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ac7c85  doc: fix admin frontend deploy command (#434)
6ac7c85 is described below

commit 6ac7c85d7c49ca86a1357a7be4b4e832a88647c2
Author: Gao Liang <ga...@gmail.com>
AuthorDate: Fri Jul 19 13:31:35 2019 +0800

    doc: fix admin frontend deploy command (#434)
---
 docs/en-us/admin/introduction.md | 2 +-
 docs/zh-cn/admin/introduction.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/admin/introduction.md b/docs/en-us/admin/introduction.md
index e6be437..985dedf 100644
--- a/docs/en-us/admin/introduction.md
+++ b/docs/en-us/admin/introduction.md
@@ -20,7 +20,7 @@ http://localhost:8080
 * frontend deploy  
 ```sh
 cd dubbo-admin-ui 
-npm run install 
+npm install 
 npm run dev 
 ```
 * backend deploy  
diff --git a/docs/zh-cn/admin/introduction.md b/docs/zh-cn/admin/introduction.md
index 6886ca7..915f803 100644
--- a/docs/zh-cn/admin/introduction.md
+++ b/docs/zh-cn/admin/introduction.md
@@ -20,7 +20,7 @@ http://localhost:8080
 * 前端  
 ```sh
 cd dubbo-admin-ui 
-npm run install 
+npm install 
 npm run dev 
 ```
 * 后端