1
0
mirror of https://github.com/beego/bee.git synced 2024-11-21 18:40:54 +00:00

add quick start

This commit is contained in:
Ming Deng 2020-12-24 21:38:36 +08:00
parent 486ac49f38
commit ea846e1ec6

7
scripts/quickstart.sh Normal file
View File

@ -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