1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 00:43:27 +00:00
bee/scripts/quickstart.sh

8 lines
102 B
Bash
Raw Normal View History

2020-12-24 13:38:36 +00:00
#!/bin/sh
export GO111MODULE=on
2022-05-23 13:42:04 +00:00
go get github.com/beego/bee/v2@latest
2020-12-24 13:38:36 +00:00
bee new hello
cd hello
bee run