Commit 00b576e67dee85547feed3ec7679496c085bd8df
1 parent
9b52affe
Exists in
spb-stable
and in
3 other branches
update version in installation doc
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
@@ -173,13 +173,13 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da | @@ -173,13 +173,13 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da | ||
173 | ## Clone the Source | 173 | ## Clone the Source |
174 | 174 | ||
175 | # Clone GitLab repository | 175 | # Clone GitLab repository |
176 | - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-7-stable gitlab | 176 | + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-8-stable gitlab |
177 | 177 | ||
178 | # Go to gitlab dir | 178 | # Go to gitlab dir |
179 | cd /home/git/gitlab | 179 | cd /home/git/gitlab |
180 | 180 | ||
181 | **Note:** | 181 | **Note:** |
182 | -You can change `6-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | 182 | +You can change `6-8-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! |
183 | 183 | ||
184 | ## Configure it | 184 | ## Configure it |
185 | 185 |