Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-06-11 17:08:57 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-06-11 17:08:57 +0300
commit1de36a68bfff705399d2e4906cb0be3a2ed35c5d (patch)
tree90851c8b500452e9cd41099c74177e8193d24123 /doc/install/installation.md
parent35748c0899573c03297a4833250243af606f5efb (diff)
parent987b07f56a32cb86e80c6a5a282373f7c9e0a902 (diff)
Merge branch 'docs-11-0-installation-from-source-guide' into 'master'
Update installation from source guide See merge request gitlab-org/gitlab-ce!19320
Diffstat (limited to 'doc/install/installation.md')
-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 34268c67140..6cd1fb4c2d7 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -301,9 +301,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 10-8-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 11-0-stable gitlab
-**Note:** You can change `10-8-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `11-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It