Browse Source

README: Adjust suggested path for generated docs.

pull/1562/merge
Paul Sokolovsky 9 years ago
parent
commit
3833d3846d
  1. 2
      README.md

2
README.md

@ -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`.

Loading…
Cancel
Save