diff --git a/README.md b/README.md index d560e69872c6ed8a4063e3963eac66cc7c5e7954..db8de50271bde5212d410ec76dcf320b5f7fb794 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Key differences: * Everything is built using cmake, allowing for one Visual studio project to build PyCommandCenter together with all its dependencies -[Download page for Windows](https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter/tags) +[Download page for Windows](https://gitlab.liu.se/course-starcraft-ai/pycommandcenter/tags) # Code example for making a bot @@ -66,11 +66,11 @@ First you need to make sure you got all the build dependencies: * git * python 3.7 or later (earlier might work, but untested) -If you ever want to make any changes to the library, e.g. adding new features or making bug fixes, it's easier to fork the project before cloning the repository. For instructions on how to fork, see [the gitlab documentation](https://gitlab.liu.se/help/gitlab-basics/fork-project.md). +If you ever want to make any changes to the library, e.g. adding new features or making bug fixes, it's easier to fork the project before cloning the repository. For instructions on how to fork, see [the gitlab documentation](https://gitlab.liu.se/help/gitlab-basics/fork-project.md). Now, you are ready to build the python library: -1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter.git` +1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/course-starcraft-ai/pycommandcenter.git` 2. Next, open the repository in your file viewer and run the batch script called `create-visual-studio-solution.bat` in order to use cmake to create a Visual studio solution @@ -90,7 +90,7 @@ Now, you are ready to build the python library: Same dependencies applies as for Windows, although you don't need Visual Studio. -1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter.git` +1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/course-starcraft-ai/pycommandcenter.git` 2. Next, enter the directory and run the command `mkdir build` followed by `cd build` and `cmake ..` in order to create the makefiles needed for building the library.