From 3e2cc37c7c89b42f36dc7303de6f7b531cccf31c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david-bergstrom@outlook.com>
Date: Mon, 13 Aug 2018 13:34:12 +0200
Subject: [PATCH] Add reference to instructions on installing the library

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

diff --git a/README.md b/README.md
index ce69770..fe9ef10 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,14 @@ clone <path>`, where `<path>` is the url to the right of the fork button you
 just pressed. If you have configured ssh-access use the ssh link, otherwise use
 the http link.
 
-Next, download the library binary from this page: (link)
-
-Put the library in the folder git repository you just downloaded.
+Next, you need to setup the library. See [PyCommandCenter's page on PyCharm]
+for how to do that.
 
 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 also edit the code in "main.py" by double-clicking on it.
+StarCraft II. You can also edit the code in "main.py" by double-clicking on it.
+
+[PyCommandCenter's page on PyCharm]: https://gitlab.ida.liu.se/starcraft-api/pycommandcenter/blob/master/pycharm.md
-- 
GitLab