From 369985cdbfc70be0b681e8b85f1dc35591b2a600 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david.bergstrom@liu.se>
Date: Thu, 29 Aug 2019 14:15:08 +0200
Subject: [PATCH] Update README.md to match new course instructions

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 557a447..8a6a5a7 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,10 @@
 This repository contains a passive CommandCenterPy-based bot for StarCraft II. It is intended to be a reasonable starting-point for creating your own StarCraft II-playing system.
 
 ## Setup for creating your own bot
-1. Start by forking this repository. This will create your own copy of this repository, which can be done by pressing the fork button above. This will bring you to your own version of this page.
 
-2. Now clone your new repository using the following command: `git clone <path>`, where `<path>` is the url to the right of the fork button you just pressed. If you have configured SSH-access, then use the SSH link, otherwise use the HTTP link.
+1. Locate your fork of this repository. This will be automatically created for you when you register in webreg. The repository will be in the [TDDD92-2019 group](https://gitlab.liu.se/tddd92-2019).
+
+2. Now clone your new repository using the following command: `git clone <path>`, where `<path>` is shown when the blue button *Clone* in the top-right corner on your repository page. If you have configured SSH-access, then use the SSH link, otherwise use the HTTP link.
 
 3. Next, setup the library in PyCharm. See [PyCommandCenter's page on PyCharm] for how to do that.
 
-- 
GitLab