From 056060f94bf260f4f6729565373b15f2bbf843ab Mon Sep 17 00:00:00 2001 From: flewid Date: Fri, 25 Oct 2013 19:41:59 -0500 Subject: Update installation.md Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below. --- 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 a4b88f0ce4d..a63b7d725bb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -180,10 +180,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 6-1-stable + sudo -u git -H git checkout 6-2-stable **Note:** -You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ## Configure it -- cgit v1.2.1