diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-02 16:01:20 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-02-02 16:01:20 +0100 |
commit | ea41d3607769b2b726a25d50ea23675bc5936227 (patch) | |
tree | 666a5faa3d2c3ce766fd3a3c5f19e040b4f6a549 /doc | |
parent | d716905743352de34bca8441706eef776f1cd6ce (diff) | |
download | gitlab-ce-ea41d3607769b2b726a25d50ea23675bc5936227.tar.gz |
Use gitlab-workhorse 0.6.3 in installation guidegit-raw-workhorse
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
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 |