summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-09-13 17:06:08 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-09-13 17:06:08 +0200
commit69a781cab3bf47fa1600bac52c48bc0f6b2ea29e (patch)
tree9086f2ee36724216d045a73f2514b16cc7072890 /README.md
parent7437bd93c6d73f33132c67b7d254432fac094474 (diff)
downloadgitlab-ci-69a781cab3bf47fa1600bac52c48bc0f6b2ea29e.tar.gz
More information in readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe1e757..3f4f0b7 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,15 @@ 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/)
+[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)