diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-15 14:59:06 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-15 14:59:06 +0200 |
commit | 999051bc91f02292e28582ce538f0d147c7b665e (patch) | |
tree | cd8da60af0e379ce891fef5b6134634e6af3334e /doc | |
parent | f7e0357840bb0780ca3ba997aa1e2f4c045f08c7 (diff) | |
download | gitlab-ce-999051bc91f02292e28582ce538f0d147c7b665e.tar.gz |
Use gitlab-git-http-server 0.3.0gghs-0.3.0
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 acc4e505971..e09890dc296 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -325,7 +325,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-git-http-server.git cd gitlab-git-http-server - sudo -u git -H git checkout 0.2.14 + sudo -u git -H git checkout 0.3.0 sudo -u git -H make ### Initialize Database and Activate Advanced Features |