esp8266/README.md: Update build instruction to reflect new ports dir.

This commit is contained in:
Olivier Ortigues 2018-02-14 21:40:16 +01:00 committed by Damien George
parent d072573226
commit 359d2bdf84
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ $ make -C mpy-cross
Then, to build MicroPython for the ESP8266, just run:
```bash
$ cd esp8266
$ cd ports/esp8266
$ make axtls
$ make
```