From ecba1061593a083fb415d69e238e0a49a975f9e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david-bergstrom@outlook.com>
Date: Mon, 13 Aug 2018 10:51:06 +0200
Subject: [PATCH] Add notes on how to run the code

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index f276676..a7936a7 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,7 @@ Put the library in the folder git repository you just downloaded.
 
 Now everything is ready for PyCharm, start PyCharm and select "Open" and
 navigate to the location you clone your fork of this repository.
+
+In order to run the code, right file name "main.py" in the project panel on the
+right and select "Debug main". This will run the code in "main.py" and start
+Starcraft II. You can now edit the code in "main.py" by double-clicking on it.
-- 
GitLab