summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-13 17:05:43 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-06-13 17:05:43 +0200
commitfbb35036057bae352669ada607033cec65db880d (patch)
treea892f4e25ee7fe4f1d234eb1412188cb652b0237 /README.md
parent370065df9028e5eebf280cda432ead952c9b7002 (diff)
downloadgitlab-ci-fbb35036057bae352669ada607033cec65db880d.tar.gz
Link to runner code from readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61c41fe..f9af7bb 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ __GitLab CI__ is a web application with an API that stores its state in a databs
It manages projects/builds and provides a nice user interface.
It uses the GitLab application API to authenticate users.
-__GitLab CI Runner__ is a pure ruby application which processes builds.
+[GitLab CI Runner](https://github.com/gitlabhq/gitlab-ci-runner) is a pure ruby application which processes builds.
It can be deployed separately and works with GitLab CI through an API.
In order to run tests you need at least 1 __GitLab CI__ instance and 1 __GitLab CI Runner__.