Add missing "cd"

This commit is contained in:
Jacob Vosmaer 2015-10-29 16:34:33 +01:00
parent c5132e94e1
commit 6119b872fb
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ from GitLab 8.1.
```bash
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout 0.3.1
sudo -u git -H make
```