diff --git a/browser_patches/buildbots/README.md b/browser_patches/buildbots/README.md index 895c299c1f6c7..a6ecce2abeda3 100644 --- a/browser_patches/buildbots/README.md +++ b/browser_patches/buildbots/README.md @@ -77,6 +77,8 @@ SET TELEGRAM_BOT_KEY= SET WEBKIT_BUILD_PATH= SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.com" ``` +> **NOTE:** mind different quotes position in DEVENV="..." than in PATH (and WEBKIT_BUILD_PATH). This is important. + And right before the `REM Start shell.`, change `PATH` to export locally-installed node.js: ```bat SET "PATH=C:\Program Files\nodejs\;%PATH%"