Skip to content

Commit 9e78ab4

Browse files
committed
esp8266/README: Add hint about adding toolchain to PATH.
1 parent 814b1ae commit 9e78ab4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

esp8266/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Build instructions
2929

3030
The tool chain required for the build is the OpenSource ESP SDK, which can be
3131
found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
32-
run `make` in its directory to build and install the SDK locally.
32+
run `make` in its directory to build and install the SDK locally. Make sure
33+
to add toolchain bin directory to your PATH.
3334

3435
Then, to build MicroPython for the ESP8266, just run:
3536
```bash

0 commit comments

Comments
 (0)