Commit 5487db6ebe41d147dc2fc4d4bfb9b948439043e9
Merge pull request #4589 from lukas2511/patch-1
Update installation.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -150,7 +150,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install |
150 | 150 | cd /home/git/gitlab |
151 | 151 | |
152 | 152 | # Checkout to stable release |
153 | - sudo -u git -H git checkout 5-3-stable | |
153 | + sudo -u git -H git checkout 5-4-stable | |
154 | 154 | |
155 | 155 | **Note:** |
156 | 156 | You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution! | ... | ... |