diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-10 20:32:08 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-10 20:32:08 -0500 |
commit | 75ba7d5d4f13e4c4e4f53ff03a61a0f447ea0ce2 (patch) | |
tree | 6873ef06f4aca6ee35ea15bb65498a7c3b3d25f6 /doc/install | |
parent | f7da99aef7044592d957df750dcf6e4185c51694 (diff) | |
download | gitlab-ce-75ba7d5d4f13e4c4e4f53ff03a61a0f447ea0ce2.tar.gz |
Prepare docs for 8.6 RC1
[ci skip]
Diffstat (limited to 'doc/install')
-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 0fd54be58b0..4f011397269 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -233,9 +233,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 8-5-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-6-stable gitlab -**Note:** You can change `8-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |