having the ./ before the bootstrap command makes it say . is not recognized as an app in cmd

Ethan
2023-04-01 17:01:08 +08:00
parent 4c1b089b73
commit 6ad90f7030

@ -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