Commit eab6ce03888e206a6eb7195159e14c7480846f05

Authored by Axilleas Pipinellis
1 parent a5a7555c

Bump version of gitlab-shell to 1.5.0 and fix gitlab version typo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/installation.md
@@ -119,7 +119,7 @@ GitLab Shell is a ssh access and repository management software developed specia @@ -119,7 +119,7 @@ GitLab Shell is a ssh access and repository management software developed specia
119 cd gitlab-shell 119 cd gitlab-shell
120 120
121 # switch to right version 121 # switch to right version
122 - sudo -u git -H git checkout v1.4.0 122 + sudo -u git -H git checkout v1.5.0
123 123
124 sudo -u git -H cp config.yml.example config.yml 124 sudo -u git -H cp config.yml.example config.yml
125 125
@@ -153,7 +153,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install @@ -153,7 +153,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
153 sudo -u git -H git checkout 5-4-stable 153 sudo -u git -H git checkout 5-4-stable
154 154
155 **Note:** 155 **Note:**
156 -You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution! 156 +You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but do so with caution!
157 157
158 ## Configure it 158 ## Configure it
159 159