From 5312c2c9861c97eaa0036c217e567e4fd9b7615e Mon Sep 17 00:00:00 2001 From: animesh chaudhri <111721851+animeshchaudhri@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:24:28 +0530 Subject: [PATCH] Update documentation to include --recurse-submodules in git clone command --- content/dev/build/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index ac0819c..bd83823 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -24,7 +24,7 @@ Go to the folder you want to clone vcpkg and use [Git Bash](https://git-scm.com/ If you don't have `Git` installed, get `Git` [here](https://git-scm.com/download/win). ```sh -git clone https://github.com/microsoft/vcpkg +git clone --recurse-submodules https://github.com/microsoft/vcpkg vcpkg/bootstrap-vcpkg.bat export VCPKG_ROOT=$PWD/vcpkg vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static