mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
having the ./ before the bootstrap command makes it say . is not recognized as an app in cmd
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user