diff options
author | dosire <sytses@gmail.com> | 2014-03-21 18:34:59 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-21 22:52:08 +0200 |
commit | d8a015cc9723557665ada26609b3f13820b03665 (patch) | |
tree | d63702ea0c4c43d1ef8608b8051b30d995e5039a /doc | |
parent | 6bb474a0dc7a01108e9d2345da1c5a6e70d8aed0 (diff) | |
download | gitlab-ce-d8a015cc9723557665ada26609b3f13820b03665.tar.gz |
Should be 6-7.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index a37eb733147..addb21b50e0 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -173,7 +173,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da ## Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-6-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-7-stable gitlab # Go to gitlab dir cd /home/git/gitlab |