From caef9ed1121a16ca0cc78715695daaa974271bfd Mon Sep 17 00:00:00 2001 From: randx Date: Sun, 16 Sep 2012 13:39:49 +0300 Subject: [PATCH] Update installation doc with branch names --- doc/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index d5d1ccdd..345d801d 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -152,7 +152,14 @@ and ensure you have followed all of the above steps carefully. sudo pip install pygments sudo gem install bundler cd /home/gitlab + + # Get gitlab code. Use this for stable setup sudo -H -u gitlab git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab + + # Skip this for stable setup. + # Master branch (recent changes, less stable) + sudo -H -u gitlab git clone -b master https://github.com/gitlabhq/gitlabhq.git gitlab + cd gitlab # Rename config files