Commit 8f8a6bf2c242fe326e70fbf46c6c27074aac47b3
1 parent
70ed6ef2
Exists in
spb-stable
and in
2 other branches
Point to 7-0-stable in installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -141,12 +141,12 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da |
141 | 141 | ### Clone the Source |
142 | 142 | |
143 | 143 | # Clone GitLab repository |
144 | - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-9-stable gitlab | |
144 | + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-0-stable gitlab | |
145 | 145 | |
146 | 146 | # Go to gitlab dir |
147 | 147 | cd /home/git/gitlab |
148 | 148 | |
149 | -**Note:** You can change `6-9-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | |
149 | +**Note:** You can change `7-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | |
150 | 150 | |
151 | 151 | ### Configure it |
152 | 152 | ... | ... |