From ccc801fcaf1a01f294a18f3c7fbb1e50e1b49c7c Mon Sep 17 00:00:00 2001
From: Albin Heimerson <albin.heimerson@control.lth.se>
Date: Mon, 16 Mar 2020 18:37:04 +0100
Subject: [PATCH] remove runner info

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index c6e88dd..83bc9e7 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,5 @@
 File to handle automatic syncing of files between gitlab and canvas. Mor information [here](https://wiki.control.lth.se/versionControl/canvasSync).
 
 ## Setup
-To set this up for a new repo there are three steps:
 * Copy the gitlab-ci.yml file from this repo and place in the root of the new repo with the name .gitlab-ci.yml, notice the dot at the start of the name.
 * Modify the environment variable CANVAS_COURSE_CODE in the new file to correspond to the course code canvas uses in its url.
-* Navigate to Settings->CI/CD and select Runners. Here are instructions on how to set up your computer as a runner for this project. Hopefully we will soon get shared runners so that we can skip this step.
-- 
GitLab