diff --git a/scripts/quickstart.sh b/scripts/quickstart.sh new file mode 100644 index 0000000..dd54232 --- /dev/null +++ b/scripts/quickstart.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export GO111MODULE=on +go get github.com/beego/bee/v2@v2.0.2 +bee new hello +cd hello +bee run