Updated Install from source (markdown)

无闻 2014-03-11 10:59:38 -07:00
parent 56fd9c3120
commit 378c66b431

@ -39,7 +39,7 @@ $ cd $GOPATH/src/github.com/gogits/gogs
$ go install -v && go build
```
Now, the Gogs server is running on your machine!
Now, the Gogs server is ready to run on your machine!
- For developers, you can enable live compile by executing `bee run` in the Gogs source folder
- Install [bee](https://github.com/beego/bee) tool: `go get -u github.com/beego/bee`