mirror of
https://github.com/astaxie/beego.git
synced 2024-11-21 21:50:55 +00:00
update README.md
Signed-off-by: Acmefocus <107723772@qq.com>
This commit is contained in:
parent
dced745d55
commit
2b9aaa5b0d
14
README.md
14
README.md
@ -8,18 +8,18 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
#### Download and install
|
|
||||||
|
|
||||||
go get github.com/astaxie/beego
|
|
||||||
|
|
||||||
#### Create `hello` directory, cd `hello` directory
|
#### Create `hello` directory, cd `hello` directory
|
||||||
|
|
||||||
mkdir hello
|
mkdir hello
|
||||||
cd hello
|
cd hello
|
||||||
|
|
||||||
#### Init module
|
#### Init module
|
||||||
|
|
||||||
go mod init
|
go mod init
|
||||||
|
|
||||||
|
#### Download and install
|
||||||
|
|
||||||
|
go get github.com/astaxie/beego
|
||||||
|
|
||||||
#### Create file `hello.go`
|
#### Create file `hello.go`
|
||||||
```go
|
```go
|
||||||
|
Loading…
Reference in New Issue
Block a user