summaryrefslogtreecommitdiff
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:22 +0300
commit5246d63f83887dba61a02cbfdc631169a074eba3 (patch)
tree0803a81cd9a9d5aa6d33e3fb20e38ddd171f4781
parenta9de805eb177828a4613442d13e32c8b73bfaa3c (diff)
downloadgitlab-ce-5246d63f83887dba61a02cbfdc631169a074eba3.tar.gz
Fix wrong branch in install docs
-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