mirror of
https://github.com/beego/bee.git
synced 2024-11-21 13:40:53 +00:00
add quick start
This commit is contained in:
parent
486ac49f38
commit
ea846e1ec6
7
scripts/quickstart.sh
Normal file
7
scripts/quickstart.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user