diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-10-05 12:00:07 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-10-05 12:00:07 +0000 |
commit | 66fa6070e88cc273cb902f58bc36c68791a3b26b (patch) | |
tree | 7c88e86b4363c22770cd0418fdb8749aea30837b | |
parent | 0de7c83a78711601b40b5a739070da2e3af29b11 (diff) | |
parent | 2fa8820671eb68d7888be3382703ed95b0b14b65 (diff) | |
download | gitlab-ce-66fa6070e88cc273cb902f58bc36c68791a3b26b.tar.gz |
Merge branch 'golang-i386' into 'master'
Golang download instructions assume amd64
See merge request !1488
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 518b914fe67..3c62b11988e 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -131,6 +131,9 @@ Install the Bundler Gem: Since GitLab 8.0, Git HTTP requests are handled by gitlab-git-http-server. This is a small daemon written in Go. To install gitlab-git-http-server we need a Go compiler. +The instructions below assume you use 64-bit Linux. You can find +downloads for other platforms at the [Go download +page](https://golang.org/dl). curl -O --progress https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz echo '46eecd290d8803887dec718c691cc243f2175fe0 go1.5.1.linux-amd64.tar.gz' | shasum -c - && \ |