Commit 919bc9792a233131ef3e6d9c6e92205e1937ea8e
Merge branch 'update-install-doc-branch' into '6-7-stable'
Update Install Doc Branch /cc @marin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
| ... | ... | @@ -173,7 +173,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da |
| 173 | 173 | ## Clone the Source |
| 174 | 174 | |
| 175 | 175 | # Clone GitLab repository |
| 176 | - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-6-stable gitlab | |
| 176 | + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-7-stable gitlab | |
| 177 | 177 | |
| 178 | 178 | # Go to gitlab dir |
| 179 | 179 | cd /home/git/gitlab | ... | ... |