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

master
Ethan hace 2 años
padre
commit
6ad90f7030
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Working-on-Windows.md

+ 1
- 1
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

Cargando…
Cancelar
Guardar