From dd90f4b38f2db0fd454bd5964f2e7f39f1335539 Mon Sep 17 00:00:00 2001 From: animesh chaudhri <111721851+animeshchaudhri@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:24:30 +0530 Subject: [PATCH] Update documentation to include --recurse-submodules in git clone command --- content/dev/build/linux/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/linux/_index.en.md b/content/dev/build/linux/_index.en.md index d7ea5d8..3213196 100644 --- a/content/dev/build/linux/_index.en.md +++ b/content/dev/build/linux/_index.en.md @@ -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 ..