mirror of https://github.com/beego/bee.git
parent
486ac49f38
commit
ea846e1ec6
1 changed files with 7 additions and 0 deletions
@ -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