From 6ad90f7030b1aad32b1344d305c580d2089d9f42 Mon Sep 17 00:00:00 2001 From: Ethan <68365423+letsgoawaydev@users.noreply.github.com> Date: Sat, 1 Apr 2023 17:01:08 +0800 Subject: [PATCH] having the ./ before the bootstrap command makes it say . is not recognized as an app in cmd --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index cc4fff4..7e1cc9f 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -14,7 +14,7 @@ You can download and install raylib using the [vcpkg](https://github.com/Microso git clone https://github.com/Microsoft/vcpkg.git cd vcpkg - ./bootstrap-vcpkg.bat + bootstrap-vcpkg.bat vcpkg integrate install vcpkg install raylib