Updated Install from source (markdown)

无闻 2014-04-12 13:26:43 -07:00
parent b275861b9b
commit 0aee42a132

@ -36,7 +36,7 @@ $ go get -u github.com/gogits/gogs
# Build main program
$ cd $GOPATH/src/github.com/gogits/gogs
$ go build
$ go build # Use `go build -tags sqlite` to enable SQLite3
```
See [Configuration and run](Configuration-and-run) to go further.