Update installation.md
Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below.
This commit is contained in:
parent
235a6182ac
commit
056060f94b
1 changed files with 2 additions and 2 deletions
|
@ -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-1-stable
|
||||
sudo -u git -H git checkout 6-2-stable
|
||||
|
||||
**Note:**
|
||||
You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
|
||||
You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
|
||||
|
||||
## Configure it
|
||||
|
||||
|
|
Loading…
Reference in a new issue