1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 08:24:13 +00:00

Merge pull request #4065 from Acmefocus/develop

update README.md
This commit is contained in:
Ming Deng 2020-07-11 23:16:36 +08:00 committed by GitHub
commit 3db31385cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
## Quick Start
#### Create `hello` directory, cd `hello` directory
mkdir hello
cd hello
#### Init module
go mod init
#### Download and install
go get github.com/astaxie/beego