Update installation.md

Isn't 5.4 current stable?
This commit is contained in:
Jakub Kramarz 2013-08-14 12:09:00 +02:00
parent a6e57749dc
commit bf6133b956
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-3-stable
sudo -u git -H git checkout 5-4-stable
**Note:**
You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it