summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-01 15:05:13 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-01 15:05:13 +0200
commit2fa8820671eb68d7888be3382703ed95b0b14b65 (patch)
treeacea588ee94c0e091ebaddd128ce32aad64df321
parent114853063b3a1747acfe96fa8c8159f4779e291c (diff)
downloadgitlab-ce-golang-i386.tar.gz
Golang download instructions assume amd64golang-i386
-rw-r--r--doc/install/installation.md3
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 - && \