From 0aee42a132eced60a67f0fb0294f8bb1e4e79ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Sat, 12 Apr 2014 13:26:43 -0700 Subject: [PATCH] Updated Install from source (markdown) --- Install-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-from-source.md b/Install-from-source.md index 3f4e16a..8b465a4 100644 --- a/Install-from-source.md +++ b/Install-from-source.md @@ -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. \ No newline at end of file