diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-11 10:13:01 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-11 10:13:01 +0100 |
commit | d2a0a860686dc88d239b7c492f880c85a28af703 (patch) | |
tree | edee93c341df5e3cb339536a6c6a9a0626b1f191 | |
parent | b39c98371de5b1f070b682984d1e01847b49f77a (diff) | |
download | gitlab-ce-d2a0a860686dc88d239b7c492f880c85a28af703.tar.gz |
Update source installation instructions for 9.4jej/update-source-install-instructions-for-9-4
-rw-r--r-- | doc/install/installation.md | 4 |
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 |