Skip to content

Commit

Permalink
esp8266/README: Add hint about adding toolchain to PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sokolovsky committed Feb 8, 2016
1 parent 814b1ae commit 9e78ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esp8266/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Build instructions

The tool chain required for the build is the OpenSource ESP SDK, which can be
found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
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
to add toolchain bin directory to your PATH.

Then, to build MicroPython for the ESP8266, just run:
```bash
Expand Down

0 comments on commit 9e78ab4

Please sign in to comment.