summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-02-09 12:17:59 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2016-02-10 11:02:04 +0100
commit3d1d96bb4fc8a2266b8f457d2cd7ad2d7c704930 (patch)
tree8405b373c565a5f64f91c76ca0b7f1832ecc0288 /doc/install
parentceb342c71648d8055b1dc2c8909a563f82edfcef (diff)
downloadgitlab-ce-3d1d96bb4fc8a2266b8f457d2cd7ad2d7c704930.tar.gz
Updated install/update guides for 8.5
[ci skip]
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 3eb9b1767c5..46b27fd7278 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