mirror of
https://github.com/beego/bee.git
synced 2024-11-01 05:00:55 +00:00
8 lines
102 B
Bash
8 lines
102 B
Bash
#!/bin/sh
|
|
|
|
export GO111MODULE=on
|
|
go get github.com/beego/bee/v2@latest
|
|
bee new hello
|
|
cd hello
|
|
bee run
|