From 7345d065b814083007562d6315127b1a05e8a9cc Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 26 Mar 2021 15:05:37 +0800 Subject: [PATCH] Update run.sh --- sh/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/run.sh b/sh/run.sh index 012309a..69f4cf7 100644 --- a/sh/run.sh +++ b/sh/run.sh @@ -1,4 +1,6 @@ # http://revel.github.io/manual/tool.html + +# go get -u github.com/revel/cmd/revel SCRIPTPATH=$(dirname "$PWD") echo $SCRIPTPATH; cd $SCRIPTPATH;