summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-20 16:02:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-20 16:02:06 +0200
commitbe3e1ccb9da49b6edc843dcff4170a07598905f7 (patch)
treeba5a588e55e23e7083b6544bf1cc9bef12f43453 /doc
parent6d3bb508f5616521f530c535dff5d889d846e617 (diff)
downloadgitlab-ce-be3e1ccb9da49b6edc843dcff4170a07598905f7.tar.gz
Point ot 6-4-stable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 4de3c5f729e..02f713e7611 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git
# Clone gitlab shell
- sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.7.9
+ sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.8.0
cd gitlab-shell
@@ -171,13 +171,13 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
## Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-3-stable gitlab
+ sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-4-stable gitlab
# Go to gitlab dir
cd /home/git/gitlab
**Note:**
-You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it