summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-07-11 13:32:43 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-07-11 13:32:43 +0000
commitdf05405842cda2175255517fe806de97824c89ef (patch)
tree41905570a5601d35d209f55c83640e5e57281cbf
parentbe7c690f36eb45c38b2bc5cf9f297df77c980ec0 (diff)
parentd2a0a860686dc88d239b7c492f880c85a28af703 (diff)
downloadgitlab-ce-df05405842cda2175255517fe806de97824c89ef.tar.gz
Merge branch 'jej/update-source-install-instructions-for-9-4' into 'master'
Update source installation instructions for 9.4 See merge request !12779
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index dfa25deb961..5e981b0b3e7 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -294,9 +294,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-3-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-4-stable gitlab
-**Note:** You can change `9-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `9-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It