summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-08-14 06:51:57 -0700
committerYves Senn <yves.senn@gmail.com>2013-08-14 06:51:57 -0700
commit485e08464720aa2d6bbc645cc9f4458359257002 (patch)
tree1693d3da4f84c08affc78978cee380ea611bfec1
parent7d1b3d4e272b1d11b6f53389169358373e2fae60 (diff)
parentbf6133b95635d97ed4993c900e07d7a52715cbf8 (diff)
downloadgitlab-ce-485e08464720aa2d6bbc645cc9f4458359257002.tar.gz
Merge pull request #4778 from jkramarz/patch-1
Update installation.md
-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 76dbd4f3c19..8ec0998e5bd 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-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 never install master on a production server!
+You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it