Skip to content

Commit

Permalink
docs: add a note about string quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Apr 20, 2020
1 parent effeaaf commit 5406b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser_patches/buildbots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ SET TELEGRAM_BOT_KEY=<bot_key>
SET WEBKIT_BUILD_PATH=<value of "PATH" variable from cmd.exe>
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%"
Expand Down

0 comments on commit 5406b77

Please sign in to comment.