1 parent 814b1ae commit 9e78ab4Copy full SHA for 9e78ab4
1 file changed
esp8266/README.md
@@ -29,7 +29,8 @@ Build instructions
29
30
The tool chain required for the build is the OpenSource ESP SDK, which can be
31
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.
+run `make` in its directory to build and install the SDK locally. Make sure
33
+to add toolchain bin directory to your PATH.
34
35
Then, to build MicroPython for the ESP8266, just run:
36
```bash
0 commit comments