diff --git a/README.md b/README.md
index ce697700f783435960c2029875f8ab7a5745cf3a..fe9ef1006092792f2ed3385a434e5719962bdf4b 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