Update documentation to include --recurse-submodules in git clone command

This commit is contained in:
animesh chaudhri
2025-03-02 13:24:30 +05:30
committed by GitHub
parent 2759c231ed
commit dd90f4b38f

View File

@ -26,7 +26,7 @@ sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-c
#### Install vcpkg #### Install vcpkg
```sh ```sh
git clone https://github.com/microsoft/vcpkg git clone --recurse-submodules https://github.com/microsoft/vcpkg
cd vcpkg cd vcpkg
git checkout 2023.10.19 git checkout 2023.10.19
cd .. cd ..