From 2b9aaa5b0d45a6a0a1009eea5575c3d62e8f4210 Mon Sep 17 00:00:00 2001 From: Acmefocus <107723772@qq.com> Date: Fri, 10 Jul 2020 09:58:06 +0800 Subject: [PATCH] update README.md Signed-off-by: Acmefocus <107723772@qq.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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