summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-02-10 10:24:04 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-02-10 10:24:04 +0000
commit17240f80cb11a0721da1416ecf38acc7aae9bccd (patch)
tree8e3f308621bf7f3acc7aa11a9fdbcf544656ce5a /doc/install
parent22808a2221dce5826891279588b774ad58a492c0 (diff)
parent3d1d96bb4fc8a2266b8f457d2cd7ad2d7c704930 (diff)
downloadgitlab-ce-17240f80cb11a0721da1416ecf38acc7aae9bccd.tar.gz
Merge branch 'update-install-documentation-8.5' into 'master'
Updated install/update guides for 8.5 See merge request !2766
Diffstat (limited to 'doc/install')
-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 39c9b12ade9..c91e05e4793 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -238,9 +238,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-4-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-5-stable gitlab
-**Note:** You can change `8-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It