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

master
Ethan 2 年前
父节点
当前提交
6ad90f7030
共有 1 个文件被更改,包括 1 次插入1 次删除
  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

正在加载...
取消
保存