Commit 6a932d0af511623ab2f9e9e00a28b0cbfd664372

Authored by Dmitriy Zaporozhets
1 parent f314d3e6

Add missing cd

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
doc/install/installation.md
... ... @@ -195,6 +195,9 @@ See `doc/install/databases.md`
195 195  
196 196 # Clone GitLab repository
197 197 sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
  198 +
  199 + # Go to gitlab dir
  200 + cd /home/gitlab/gitlab
198 201  
199 202 # Checkout to stable release
200 203 sudo -u gitlab -H git checkout 4-0-stable
... ...