Merge pull request #503 from animeshchaudhri/patch-2

Fix: Ensure submodules are cloned by adding --recurse-submodules to docs
This commit is contained in:
RustDesk 2025-03-02 16:24:37 +08:00 committed by GitHub
commit 197888d777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ..