diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-17 09:49:34 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-17 09:49:34 +0300 |
commit | f7e4686a425b7e51237420d99d9cf4a23a83b099 (patch) | |
tree | 4c7ff29614f8a1228490ba283f32ea75d7a1662a /doc | |
parent | 69a63903de2f07b8103588abd9577ea089b814f9 (diff) | |
download | gitlab-ce-f7e4686a425b7e51237420d99d9cf4a23a83b099.tar.gz |
add gitlab shell version and updated CHANGELOG
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 41202b09b74..d1d3833e3d2 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -99,6 +99,10 @@ GitLab Shell is a ssh access and repository management software developed specia git clone https://github.com/gitlabhq/gitlab-shell.git cd gitlab-shell + + # switch to right version + git checkout v1.2.0 + cp config.yml.example config.yml # Edit config and replace gitlab_url |