mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
commit
6c17de3436
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