Commit bcedc4858d98b0d9bc1b642fb6658a5f919cfa57

Authored by Dmitriy Zaporozhets
1 parent 6c5606d2

Use 6-5 branch in installation docs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
... ... @@ -173,13 +173,13 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
173 173 ## Clone the Source
174 174  
175 175 # Clone GitLab repository
176   - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-4-stable gitlab
  176 + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-5-stable gitlab
177 177  
178 178 # Go to gitlab dir
179 179 cd /home/git/gitlab
180 180  
181 181 **Note:**
182   -You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
  182 +You can change `6-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
183 183  
184 184 ## Configure it
185 185  
... ...