Skip to content
Update Getting Started authored by Moritz Brückner's avatar Moritz Brückner
......@@ -35,7 +35,7 @@ git clone https://gitlab.com/koui/Koui.git
You should now see a new folder called `Koui`.
## Install without Git
The above commands require [Git](https://git-scm.com/downloads) in order to work (make sure it is accessible from the command line). Altough using Git is recommended because it lets you easily update Koui, you can download Koui manually and put it in the project's library folder. You find the download button on Koui's [project page](https://gitlab.com/koui/Koui) in the upper right corner:
The above commands require [Git](https://git-scm.com/downloads) in order to work (make sure it is accessible from the command line). Altough using Git is recommended because it lets you easily update Koui, you can download Koui manually and put it in the project's subproject folder. You find the download button on Koui's [project page](https://gitlab.com/koui/Koui) in the upper right corner:
![Screenshot of the download button](images/download_koui.png)
> Make sure to unzip the file after download!
......
......