diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ preferably in a virtualenv: In `micropython/docs`, build the docs: - make MICROPY_PORT=<port_name> BUILDDIR=<port_name>/build html + make MICROPY_PORT=<port_name> BUILDDIR=build/<port_name> html Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`. |