summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-05-11 18:08:17 +0300
committerValery Sizov <valery@gitlab.com>2016-05-11 18:08:17 +0300
commit973cd0fec7b69d1398a86df67d10f7c38a9a4ced (patch)
tree77fec4e848f485e89dfb3e692c287a3fa667db5e /doc/install
parent51a8619a71cd8416db5a66cfbe2a5aa118bbef36 (diff)
downloadgitlab-ce-973cd0fec7b69d1398a86df67d10f7c38a9a4ced.tar.gz
Update 8.8 guides
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index e3af3022262..44ae0be406c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -269,7 +269,7 @@ 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-7-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-8-stable gitlab
**Note:** You can change `8-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!