Skip to content

Commit 16f320c

Browse files
committed
BuildGuide: update compile instructions
1 parent 848a85b commit 16f320c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/content.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,19 +732,21 @@
732732
},
733733
"steps": [
734734
{
735-
"title": "1. Install IDE",
735+
"title": "1. Install Tools",
736736
"items": [
737737
"Install <a href=\"https://code.visualstudio.com/\" target=\"_blank\">Visual Studio Code</a>",
738738
"Install the <a href=\"https://platformio.org/install/ide?install=vscode\" target=\"_blank\">PlatformIO IDE</a> extension",
739-
"Open the <code>.code-workspace</code> file in VS Code"
739+
"Install <a href=\"https://nodejs.org/\" target=\"_blank\">Node.js</a> (includes <code>npm</code>, needed to minify web assets)",
740+
"Open a terminal and run <code>npm install -g html-minifier-terser clean-css-cli terser</code>",
741+
"Open the <code>.code-workspace</code> file in Visual Studio Code"
740742
]
741743
},
742744
{
743745
"title": "2. Flash",
744746
"items": [
745747
"Connect the ESP32 via USB",
746748
"Hold the <strong>BOOT</strong> button on the ESP32",
747-
"Click <strong>Upload</strong> (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>U</kbd>) in VS Code"
749+
"Click <strong>Upload</strong> (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>U</kbd>) in Visual Studio Code"
748750
]
749751
},
750752
{

0 commit comments

Comments
 (0)