From 3ef75cffc7248fd1b75f482771786d68386850e5 Mon Sep 17 00:00:00 2001 From: Molly Crendraven Date: Fri, 18 Apr 2025 13:19:51 -0400 Subject: [PATCH] fix(docs): update cmake build command to linux form --- 02.EnvironmentSetup/04.Linux_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.EnvironmentSetup/04.Linux_setup.md b/02.EnvironmentSetup/04.Linux_setup.md index fc756bd..d887cf5 100644 --- a/02.EnvironmentSetup/04.Linux_setup.md +++ b/02.EnvironmentSetup/04.Linux_setup.md @@ -166,7 +166,7 @@ cd vcpkg ``` - Run the following command to bootstrap vcpkg: ```bash - bootstrap-vcpkg.bat + ./bootstrap-vcpkg.sh ``` - This will build the vcpkg executable. - Confirm that you have access to the vcpkg executable by running the following command inside the `vcpkg` directory: