Add recursive to clone command

Take it if you want, throw it away if you don't. I know you said you don't mind the misunderstanding, but I feel like this would be an improvement.
This commit is contained in:
Al McKinlay 2017-09-04 10:24:44 +01:00 committed by Alistair McKinlay
parent a5cb0e7f5d
commit 7abd4326f1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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