diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-06-11 14:08:57 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-06-11 14:08:57 +0000 |
commit | 1de36a68bfff705399d2e4906cb0be3a2ed35c5d (patch) | |
tree | 90851c8b500452e9cd41099c74177e8193d24123 /doc/install | |
parent | 35748c0899573c03297a4833250243af606f5efb (diff) | |
parent | 987b07f56a32cb86e80c6a5a282373f7c9e0a902 (diff) | |
download | gitlab-ce-1de36a68bfff705399d2e4906cb0be3a2ed35c5d.tar.gz |
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')
-rw-r--r-- | doc/install/installation.md | 4 |
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 |