Skip to content

Commit

Permalink
🎨 improve install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 7, 2018
1 parent 7eda3d4 commit 836aeef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ echo '下载完毕'

mkdir $APP_NAME
tar -zxvf $APP_NAME.tar.gz -C $APP_NAME && cd $APP_NAME
chmod +x tool
chmod +x tool

echo '安装成功,请进入 tale 目录执行 sh tool start 启动'

0 comments on commit 836aeef

Please sign in to comment.