Commit fa0ed9fa8aca7ab62666015398ca021dd5462259

Authored by ly525
Committed by 小小鲁班
1 parent 1f9f1abb

add usage for luban-h5.sh

Showing 1 changed file with 6 additions and 1 deletions
luban-h5.sh
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 # @Author: ly525 4 # @Author: ly525
5 # @Date: 2020-01-10 22:23:34 5 # @Date: 2020-01-10 22:23:34
6 # @LastEditors : ly525 6 # @LastEditors : ly525
7 - # @LastEditTime : 2020-01-10 23:27:59 7 + # @LastEditTime : 2020-01-11 09:11:36
8 # @FilePath: /luban-h5/luban-h5.sh 8 # @FilePath: /luban-h5/luban-h5.sh
9 # @Github: https://github.com/ly525/luban-h5 9 # @Github: https://github.com/ly525/luban-h5
10 # @Description: Do not edit 10 # @Description: Do not edit
@@ -16,6 +16,11 @@ cur_dir=`pwd` @@ -16,6 +16,11 @@ cur_dir=`pwd`
16 16
17 help_usage() { 17 help_usage() {
18 cat << EOT 18 cat << EOT
  19 +---------------------------------------------------------------------------
  20 +#!en Please make sure that node(>v10), npm, yarn have been installed
  21 +#!zh 在使用该脚本之前,请确认:Node(>v10)、npm、yarn 已经安装
  22 +---------------------------------------------------------------------------
  23 +
19 Usage: 24 Usage:
20 $(basename $0) [--help|-h] [init|start|restart|stop] 25 $(basename $0) [--help|-h] [init|start|restart|stop]
21 26