Commit 056060f94bf260f4f6729565373b15f2bbf843ab
1 parent
235a6182
Exists in
master
and in
4 other branches
Update installation.md
Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
@@ -180,10 +180,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | @@ -180,10 +180,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | ||
180 | cd /home/git/gitlab | 180 | cd /home/git/gitlab |
181 | 181 | ||
182 | # Checkout to stable release | 182 | # Checkout to stable release |
183 | - sudo -u git -H git checkout 6-1-stable | 183 | + sudo -u git -H git checkout 6-2-stable |
184 | 184 | ||
185 | **Note:** | 185 | **Note:** |
186 | -You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | 186 | +You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! |
187 | 187 | ||
188 | ## Configure it | 188 | ## Configure it |
189 | 189 |