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:
parent
a5cb0e7f5d
commit
7abd4326f1
@ -42,7 +42,7 @@ For other UNIX-like platforms, and MSYS2 (for Windows):
|
|||||||
|
|
||||||
You have to obtain the dependencies though.
|
You have to obtain the dependencies though.
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ArsenArsen/KShare.git
|
git clone --recursive https://github.com/ArsenArsen/KShare.git
|
||||||
cd KShare
|
cd KShare
|
||||||
qmake # Might be qmake-qt5 on your system
|
qmake # Might be qmake-qt5 on your system
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user