summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxilleas Pipinellis <axilleas@archlinux.gr>2013-07-22 09:02:02 +0300
committerAxilleas Pipinellis <axilleas@archlinux.gr>2013-08-03 12:59:12 +0300
commiteab6ce03888e206a6eb7195159e14c7480846f05 (patch)
tree790927c1d11c02c4c4610189a890e82fd1ef5895
parenta5a7555c1d8796d385de5101e34d35705b7249f4 (diff)
downloadgitlab-ce-eab6ce03888e206a6eb7195159e14c7480846f05.tar.gz
Bump version of gitlab-shell to 1.5.0 and fix gitlab version typo
-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 d8a18c12058..f1950b0ff53 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -119,7 +119,7 @@ GitLab Shell is a ssh access and repository management software developed specia
cd gitlab-shell
# switch to right version
- sudo -u git -H git checkout v1.4.0
+ sudo -u git -H git checkout v1.5.0
sudo -u git -H cp config.yml.example config.yml
@@ -153,7 +153,7 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
sudo -u git -H git checkout 5-4-stable
**Note:**
-You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but do so with caution!
+You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but do so with caution!
## Configure it