1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-19 22:20:39 +00:00

Merge pull request from Acmefocus/develop

update README.md
This commit is contained in:
Ming Deng
2020-07-11 23:16:36 +08:00
committed by GitHub

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