summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-07-11 13:32:43 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-11 15:36:19 +0100
commited418e8ae1fe625342c398e9cab954b8ae99f3ab (patch)
treee39810f061b699a7acd2200e8129630d023922e6
parentb5aa8d3cc2ba7a5e80ff1d046739c5c6a6f06cd9 (diff)
downloadgitlab-ce-ed418e8ae1fe625342c398e9cab954b8ae99f3ab.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 992ff162efb..cecd9b6c80a 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