From 7abd4326f1d50833fb1eb439908787a50bdeb4d5 Mon Sep 17 00:00:00 2001 From: Al McKinlay Date: Mon, 4 Sep 2017 10:24:44 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2de27..069287b 100644 --- a/README.md +++ b/README.md @@ -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