From e957f61570044a5f3556ce1ae3cee710d6be4d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Pr=C3=A4ntare?= <prantare@live.se> Date: Fri, 31 Aug 2018 16:22:05 +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 5fd8873..3d32b23 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains a passive CommandCenterPy-based bot for StarCraft II. I ## 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. +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. 3. Next, setup the library in PyCharm. See [PyCommandCenter's page on PyCharm] for how to do that. -- GitLab