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

Commit

Permalink
docs: improve document. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy authored and lunny committed Jan 4, 2017
1 parent 126d331 commit e7a5852
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit e7a5852

Please sign in to comment.