Commit 65156e3693ae77c031bcd8349eb16ede64e3aabe

Authored by Dmitriy Zaporozhets
2 parents 46063803 6a09b21d

Merge pull request #3441 from Finkregh/patch-2

switch gitlab-shell to correct version
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
doc/install/installation.md
... ... @@ -106,6 +106,11 @@ GitLab Shell is a ssh access and repository management software developed specia
106 106 git clone https://github.com/gitlabhq/gitlab-shell.git
107 107  
108 108 cd gitlab-shell
  109 +
  110 + # switch to right version for v5.0
  111 + git checkout v1.1.0
  112 + git checkout -b v1.1.0
  113 +
109 114 cp config.yml.example config.yml
110 115  
111 116 # Edit config and replace gitlab_url
... ...