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

docs: improve document. #54

Merged
merged 1 commit into from
Jan 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/doc/installation/from-source.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Now it's time to build the binary, we suggest to embed the assets with the `bind
TAGS="bindata" make generate build
```

**Note**: We recommend the Go version 1.6 or higher because we are using vendoring and we don't set the required env variable for 1.5 anywhere.

## Test

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`.
Expand Down