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
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-02 18:01:20 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-02 18:01:20 +0300
commitea41d3607769b2b726a25d50ea23675bc5936227 (patch)
tree666a5faa3d2c3ce766fd3a3c5f19e040b4f6a549 /doc
parentd716905743352de34bca8441706eef776f1cd6ce (diff)
Use gitlab-workhorse 0.6.3 in installation guide
Diffstat (limited to 'doc')
-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 2cc2dbef41b..a2c23bd52e5 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -355,7 +355,7 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
- sudo -u git -H git checkout 0.6.2
+ sudo -u git -H git checkout 0.6.3
sudo -u git -H make
### Initialize Database and Activate Advanced Features