update README.md

Signed-off-by: Acmefocus <107723772@qq.com>
This commit is contained in:
Acmefocus 2020-07-10 09:58:06 +08:00
parent dced745d55
commit 2b9aaa5b0d
1 changed files with 7 additions and 7 deletions

View File

@ -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