Commit 7a165d2056941c90ed806e6a79941445df385ab9

Authored by Lukas Schauer
1 parent f24c6e83

Update installation.md

fixed branch-name (5-3 -> 5-4)
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,7 +150,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
150 cd /home/git/gitlab 150 cd /home/git/gitlab
151 151
152 # Checkout to stable release 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 **Note:** 155 **Note:**
156 You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution! 156 You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution!