Merge pull request #38 from YaManicKill/patch-2
Add recursive to clone command
This commit is contained in:
commit
6e496f138c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user