Add missing cd

This commit is contained in:
Dmitriy Zaporozhets 2012-12-23 13:58:41 +02:00
parent f314d3e68f
commit 6a932d0af5
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ See `doc/install/databases.md`
# Clone GitLab repository
sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
# Go to gitlab dir
cd /home/gitlab/gitlab
# Checkout to stable release
sudo -u gitlab -H git checkout 4-0-stable