added make command to docs

This commit is contained in:
Christian Mehlmauer 2016-01-04 00:29:30 +01:00
parent bfb3c8d936
commit 0134a85bee
No known key found for this signature in database
GPG key ID: DCF54A05D6E62591

View file

@ -48,6 +48,7 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch
sudo -u git -H git checkout `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
sudo -u git -H make
```
### 5. Install libs, migrations, etc.