Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 16:14:58 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 16:14:58 +0400
commitb56f85c04fb16a5dd1801135f6a6fc099d6317ff (patch)
treead370b8401094b19caded58054c45606a7161b04
parent232e6b40f635ce2d4d21fadd90fba1ed4b52234e (diff)
parent2ae5c8ab9f7dd88100e1297680144bc5bc9c95a1 (diff)
Merge pull request #5702 from Wachiwi/patch-1
Corrected Typo
-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 acc3df3faef..19233eb698c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -180,10 +180,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 6-2-stable
+ sudo -u git -H git checkout 6-3-stable
**Note:**
-You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it