Commit 3cd68727 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use -ee suffix on stable branches

parent 062258df
...@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install ...@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab cd /home/git/gitlab
# Checkout to stable release # Checkout to stable release
sudo -u git -H git checkout 6-0-stable sudo -u git -H git checkout 6-0-stable-ee
**Note:** **Note:**
You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! You can change `6-0-stable-ee` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it ## Configure it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment