From 76c12da18cde081922f87e99cae854605d6d8693 Mon Sep 17 00:00:00 2001 From: Jacob Fliss Date: Thu, 17 Mar 2022 15:25:04 -0400 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 35f9f3b..fd1994e 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -6,8 +6,8 @@ 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.sh - ./vcpkg integrate install + bootstrap-vcpkg.bat + vcpkg integrate install vcpkg install raylib *The raylib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.*