Commit bf6133b95635d97ed4993c900e07d7a52715cbf8
1 parent
a6e57749
Exists in
master
and in
4 other branches
Update installation.md
Isn't 5.4 current stable?
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install |
153 | 153 | cd /home/git/gitlab |
154 | 154 | |
155 | 155 | # Checkout to stable release |
156 | - sudo -u git -H git checkout 5-3-stable | |
156 | + sudo -u git -H git checkout 5-4-stable | |
157 | 157 | |
158 | 158 | **Note:** |
159 | -You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | |
159 | +You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | |
160 | 160 | |
161 | 161 | ## Configure it |
162 | 162 | ... | ... |