Merge pull request #38 from YaManicKill/patch-2

Add recursive to clone command
This commit is contained in:
ArsenArsen 2017-09-13 09:52:15 +02:00 committed by GitHub
commit 6e496f138c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ For other UNIX-like platforms, and MSYS2 (for Windows):
You have to obtain the dependencies though.
```bash
git clone https://github.com/ArsenArsen/KShare.git
git clone --recursive https://github.com/ArsenArsen/KShare.git
cd KShare
qmake # Might be qmake-qt5 on your system
make