1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00

Merge pull request #757 from flycash/updateMd

add quick start
This commit is contained in:
Ming Deng 2020-12-24 22:44:35 +08:00 committed by GitHub
commit 6c17de3436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
scripts/quickstart.sh Normal file
View File

@ -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