Commit 16b6040c2e810253b29bfed4df5fcd098c456813

Authored by Dmitriy Zaporozhets
1 parent 9c629a1e

Update docs to use 6-1-stable branch

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,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
153 cd /home/git/gitlab 153 cd /home/git/gitlab
154 154
155 # Checkout to stable release 155 # Checkout to stable release
156 - sudo -u git -H git checkout 6-0-stable 156 + sudo -u git -H git checkout 6-1-stable
157 157
158 **Note:** 158 **Note:**
159 -You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! 159 +You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
160 160
161 ## Configure it 161 ## Configure it
162 162