summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-01 15:05:13 +0200
committerRobert Speicher <rspeicher@gmail.com>2015-10-05 13:59:38 -0400
commitea554f92c03a78a6ddad969f086e3adaf425da97 (patch)
treef5de937c7fce732f14d34d904c1247265eb5bfcc
parent11cc2cd221dcb45ececbea33d8a4d779c92ec35f (diff)
downloadgitlab-ce-ea554f92c03a78a6ddad969f086e3adaf425da97.tar.gz
Golang download instructions assume amd64
-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 - && \