From bc14ac37ad7e9f4b95e47074485c2019312de5dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se>
Date: Thu, 29 Aug 2019 16:25:02 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 095db32..b210f9e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ This repository contains a passive PyCommandCenter-based bot for StarCraft II. I
 
 ## Setup for creating your own bot
 
-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).
+1. Locate your own fork ("copy") of this project and its repository. If you are participating in TDDD92, you should *not* create your own fork!  Instead, begin by registering your group in Webreg.  We periodically run a script that forks this project for all registered groups, placing projects in the [TDDD92-2019 group](https://gitlab.liu.se/tddd92-2019).  We will require you to use these projects and repositories.
 
 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.
 
-- 
GitLab