diff --git a/README.md b/README.md index fe1e75780..94db8b35e 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,17 @@ Possible Cases: * 1 __GitLab CI__ and N __GitLab CI Runner__ instances on different machines * 1 __GitLab CI__ and N __GitLab CI Runner__ instances on local machines - ![screen](https://raw.github.com/gitlabhq/gitlab-ci/master/app/assets/images/arch.jpg) +The runner runs the line below and then runs the commands in your projects settings + + cd /gitlab-ci-runner/tmp/builds && git clone git@gitlab_server_fqdn:group/project.git project-1 && cd project-1 && git checkout master + +For more information see: +[Announcing GitLab CI 3.0](http://blog.gitlab.org/announcing-gitlab-ci-3.0/) +and +[Integrating GitLab CI With GitLab to Enable Distributed Builds](http://blog.gitlab.org/integrating-gitlab-ci-with-gitlab/) + ### Installation * [Installation and setup guide](https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md)