Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch gitlab-shell to correct version #3441

Merged
merged 1 commit into from Mar 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/install/installation.md
Expand Up @@ -106,6 +106,11 @@ GitLab Shell is a ssh access and repository management software developed specia
git clone https://github.com/gitlabhq/gitlab-shell.git git clone https://github.com/gitlabhq/gitlab-shell.git


cd gitlab-shell cd gitlab-shell

# switch to right version for v5.0
git checkout v1.1.0
git checkout -b v1.1.0

cp config.yml.example config.yml cp config.yml.example config.yml


# Edit config and replace gitlab_url # Edit config and replace gitlab_url
Expand Down