From 2d5e03568b1ab788e6ebc383a3e81a00f9ba1d16 Mon Sep 17 00:00:00 2001 From: Ayush Choudhary <87753540+ayushch80@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:04:59 +0530 Subject: [PATCH] Updated Working on Windows (markdown) --- 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 7e1cc9f..cc4fff4 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