1
0
mirror of https://github.com/beego/bee.git synced 2025-02-16 19:37:02 +00:00
bee/scripts/quickstart.sh

8 lines
102 B
Bash
Raw Normal View History

2020-12-24 21:38:36 +08:00
#!/bin/sh
export GO111MODULE=on
go get github.com/beego/bee/v2@v2.0.2
bee new hello
cd hello
bee run