1
0
mirror of https://github.com/beego/bee.git synced 2025-01-11 03:17:12 +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
2022-05-23 21:42:04 +08:00
go get github.com/beego/bee/v2@latest
2020-12-24 21:38:36 +08:00
bee new hello
cd hello
bee run