Added recursive clone in readme

This commit is contained in:
Kylart 2019-11-12 01:02:00 +01:00
parent b6876a953c
commit 49995df9ea
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Be sure that Npm is installed. You can find how to install npm (node) [here](htt
You will need to have Boost (version 1.65.0 minimum) installed on your system. You can find Boost [here](https://www.boost.org/users/download/). Only `date_time` and `system` libraries are required by this project. You will need to have Boost (version 1.65.0 minimum) installed on your system. You can find Boost [here](https://www.boost.org/users/download/). Only `date_time` and `system` libraries are required by this project.
``` ```
git clone https://github.com/Kylart/KawAnime git clone --recursive https://github.com/Kylart/KawAnime
``` ```
``` ```
cd KawAnime/ cd KawAnime/