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

huxing pushed a commit to branch 0.2.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git


The following commit(s) were added to refs/heads/0.2.0-release by this push:
     new fe14250  Modify the script documentation
fe14250 is described below

commit fe14250a7657d721eb801e18983a839b2079b43b
Author: Huxing Zhang <huxing.zh...@gmail.com>
AuthorDate: Wed Mar 20 23:16:01 2019 +0800

    Modify the script documentation
---
 dubbo-admin-distribution/src/bin-distribution-check.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dubbo-admin-distribution/src/bin-distribution-check.sh 
b/dubbo-admin-distribution/src/bin-distribution-check.sh
index 082c6ef..7659e35 100755
--- a/dubbo-admin-distribution/src/bin-distribution-check.sh
+++ b/dubbo-admin-distribution/src/bin-distribution-check.sh
@@ -18,9 +18,10 @@
 # HOW TO RUN THIS SCRIPT
 # 1. unzip the bin-release file.
 # 2. place this script under your unzipped bin-release directory.
-# 3. if you want to check the javascript dependencies,
+# 3. extract the dubbo-admin-$version.jar file by tar -xf 
dubbo-admin-$version.jar
+# 4. if you want to check the javascript dependencies,
 #    copy the package.json file to the directory.
-# 4. run this script.
+# 5. run this script.
 
 # Step 1: check all the dependendcies list in LICENSE are acutally bundled.
 

Reply via email to