From 541bc257439bc2a98f88c07bf0f445771f31ad01 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:54:36 -0500 Subject: [PATCH] fix bootstrap-vcpkg.sh command --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 755f3f4..cc670ff 100644 --- a/BUILD.md +++ b/BUILD.md @@ -39,7 +39,7 @@ Linux Build (vcpkg submodule) or execute `git submodule init` and `git submodule update` after a regular clone. * Bootstrap vcpkg - `cd vcpkg` - - `bootstrap-vcpg.sh` + - `./bootstrap-vcpkg.sh` * Execute cmake to create a Makefile - `mkdir build` - `cd build`