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

Commit c0b81e2

Browse files
cez81lunny
authored andcommitted
Add note Go 1.7 is required for building from source (#136)
1 parent 3cd347c commit c0b81e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ menu:
1717

1818
We won't cover the basics of a Golang setup within this guide. If you don't know how to get the environment up and running you should follow the official [install instructions](https://golang.org/doc/install).
1919

20+
**Note**: Go version 1.7 or higher is required
21+
2022
## Download
2123

2224
First of all you have to retrieve the source code, the easiest way is to simply use directly Go for that. Just call the following commands to fetch the source and to switch into the working directory.
@@ -64,8 +66,6 @@ Now it's time to build the binary, we suggest to embed the assets with the `bind
6466
TAGS="bindata" make generate build
6567
```
6668

67-
**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.
68-
6969
## Test
7070

7171
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)