diff --git a/README.md b/README.md index 99b0304..1cfd796 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ beego website ### Setup -1. Get source code: +1. **Get source code**: ``` go get github.com/beego/website ``` -2. Get `beedoc` and `beeblog` to build contents: +2. **Get `beedoc` and `beeblog` to build contents**: ``` cd $GOPATH/src/github.com/beego/website @@ -18,10 +18,10 @@ git clone https://github.com/beego/beedoc git clone https://github.com/beego/beeblog ``` -3. Compile: +3. **Compile**: ``` go build main.go ``` -run `website` and visit `http://localhost:8082` +**run** `website` **and visit** `http://localhost:8082`