From 198e025efd2b6478f5bedb4534b84fa4c8fa5882 Mon Sep 17 00:00:00 2001 From: Daniel de Leng <daniel.de.leng@liu.se> Date: Thu, 24 Aug 2023 14:26:30 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bb2d3a..e632522 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. You need to have 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-2021 group](https://gitlab.liu.se/tddd92-2021). We will require you to use these projects and repositories. +1. You need to have your own fork ("copy") of this project and its repository. 2. Now clone the repository from Gitlab using the following command: `git clone <path>`, where `<path>` is shown when you press 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