From 6ad88561d22c4ee1138ba229aeb5a7fc91284204 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 20 Aug 2013 22:14:22 +0300 Subject: [PATCH] Fix wrong branch in install docs --- doc/install/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index cbaeeda0437..6523961d4d5 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install cd /home/git/gitlab # Checkout to stable release - sudo -u git -H git checkout 5-4-stable + sudo -u git -H git checkout 6-0-stable **Note:** -You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ## Configure it