summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 11:27:30 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 11:27:30 -0700
commit5487db6ebe41d147dc2fc4d4bfb9b948439043e9 (patch)
treea2a81b979d96f9358450261b3a56e0a26f8ca705
parentf24c6e835314676aec02f9349fedfd2f3d61b4a7 (diff)
parent7a165d2056941c90ed806e6a79941445df385ab9 (diff)
downloadgitlab-ce-5487db6ebe41d147dc2fc4d4bfb9b948439043e9.tar.gz
Merge pull request #4589 from lukas2511/patch-1
Update installation.md
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 6cad280acaf..d8a18c12058 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -150,7 +150,7 @@ 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 do so with caution!