From ad7e22be889d5d4b77e9197c8e872343e14e1b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Hall=C3=AAt?= Date: Thu, 10 Nov 2022 13:59:30 +1100 Subject: [PATCH] Update README.md Fix setting path on Windows, quote entire expression, not just to the new addition. Both work to update the path, but `where` command fails with the original suggestion, thus vcpkg can not be located. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8ea24..993d370 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you don't already have Vcpkg installed somewhere, go ahead and install it und Now, from the workspace root folder, update your `PATH` environment variable so that PlyTool is able to locate `vcpkg.exe`. (If you have Vcpkg installed to a different path, specify that path instead. Make sure you've installed Assimp in that instance of Vcpkg, too.) (from the workspace root) - > set PATH="%CD%\data\vcpkg";%PATH% + > set "PATH=%CD%\data\vcpkg;%PATH%" Finally, tell PlyTool that the current build folder should use the `assimp.vcpkg` provider: