summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-09-11 21:31:29 +0000
committerRobert Speicher <robert@gitlab.com>2017-09-11 21:31:29 +0000
commit021724eef20c9b7770119cd9ec367198f19cf442 (patch)
treeb1cc31350a05bcc4d7bf44d7cf9b692f457e305a /doc/install
parent670c46b58b79b5d51690e500c049b32a4ba3a57f (diff)
parentfcab8b4343ba6ce7c95f7ab51de1fdbd5b078d43 (diff)
downloadgitlab-ce-021724eef20c9b7770119cd9ec367198f19cf442.tar.gz
Merge branch 'jk-update-install-guide' into 'master'
Update installation and update instructions for 10.0 [ci skip] See merge request !14135
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 66eb7675896..200cd94f43c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -299,9 +299,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-5-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-0-stable gitlab
-**Note:** You can change `9-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `10-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It