Update installation.md to use 6-3-stable branch

This commit is contained in:
Jonas Friedmann 2013-11-25 09:59:26 +01:00
parent 9c4ed864d5
commit d1a87f3db0
1 changed files with 2 additions and 2 deletions

View File

@ -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-2-stable
sudo -u git -H git checkout 6-3-stable
**Note:**
You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it