mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-08-17 03:51:06 +02:00
Update documentation to include --recurse-submodules in git clone command
This commit is contained in:
@ -26,7 +26,7 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
|
||||
#### Install vcpkg
|
||||
|
||||
```sh
|
||||
git clone https://github.com/microsoft/vcpkg
|
||||
git clone --recurse-submodules https://github.com/microsoft/vcpkg
|
||||
cd vcpkg
|
||||
git checkout 2023.10.19
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user