Merge branch 'master' of github.com:gitlabhq/gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2013-11-25 12:33:18 +02:00
commit 66a5f753bb
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