summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:14:22 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:14:54 +0300
commit6ad88561d22c4ee1138ba229aeb5a7fc91284204 (patch)
treea7a13ea8af270a25f39df05cd767c5504d0a4e7a /doc
parent5a664b3ca4cb1114bf5607332f325f5a6f77add2 (diff)
downloadgitlab-ce-6ad88561d22c4ee1138ba229aeb5a7fc91284204.tar.gz
Fix wrong branch in install docs
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index cbaeeda0437..6523961d4d5 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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