Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit 07fba79

Browse files
committed
docs: improve document.
1 parent 1e47f8a commit 07fba79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/doc/installation/from-source.en-us.md

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Now it's time to build the binary, we suggest to embed the assets with the `bind
5757
TAGS="bindata" make generate build
5858
```
5959

60+
**Note**: We recommend the Go version 1.5 or higher since by default, Go programs run with `GOMAXPROCS` set to the number of cores available; in prior releases, it defaulted to 1.
61+
6062
## Test
6163

6264
After following the steps above you will have a `gitea` binary within your working directory, first you can test it if it works like expected and afterwards you can copy it to the destination where you want to store it. When you launch Gitea manually from your CLI you can always kill it by hitting `Ctrl + C`.

0 commit comments

Comments
 (0)