diff --git a/Install-from-source.md b/Install-from-source.md index c9c9a4c..1fe05d4 100644 --- a/Install-from-source.md +++ b/Install-from-source.md @@ -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`