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:
authorRobert Schilling <rschilling@student.tugraz.at>2015-11-19 18:01:55 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2015-11-19 18:01:55 +0300
commitcf61b8e22c9c78165ce55c7c2f78ae0b3c7af7aa (patch)
treed45961b577c372cc569cc64013999c3700b14dcc /doc/install
parent1f9a0bd764ed2935c4438dbc81001b0d69df26ea (diff)
Update gitlab-workhorse docs to 0.4.2
Diffstat (limited to 'doc/install')
-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 7ef46b04065..71b0ef3ebb0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -327,12 +327,12 @@ 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.4.1
+ sudo -u git -H git checkout 0.4.2
sudo -u git -H make
### Initialize Database and Activate Advanced Features
- # Go to Gitlab installation folder
+ # Go to GitLab installation folder
cd /home/git/gitlab