Skip to content

Commit

Permalink
Merge pull request beego#4065 from Acmefocus/develop
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
flycash authored Jul 11, 2020
2 parents 35dcc3d + 2b9aaa5 commit 3db3138
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3db3138

Please sign in to comment.