diff --git a/README.md b/README.md index a9acfcc1..de8f0063 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature ## Quick Start -#### Download and install - - go get github.com/astaxie/beego - #### Create `hello` directory, cd `hello` directory - mkdir hello - cd hello + mkdir hello + cd hello #### Init module - go mod init + go mod init + +#### Download and install + + go get github.com/astaxie/beego #### Create file `hello.go` ```go