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
1 changed files with 7 additions and 0 deletions

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