Fix wrong branch in install docs

This commit is contained in:
Dmitriy Zaporozhets 2013-08-20 22:14:22 +03:00
parent 5a664b3ca4
commit 6ad88561d2
1 changed files with 2 additions and 2 deletions

View File

@ -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