diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 01:32:48 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 01:32:48 +0300 |
commit | 3833d3846db1e736a3b27455033dc7cc8939f828 (patch) | |
tree | 5211c5b300f8d8169be5f09a56a20c358f92a334 /README.md | |
parent | 43efb46328383aca78d429d24341dc38e9dccf8d (diff) | |
download | micropython-3833d3846db1e736a3b27455033dc7cc8939f828.tar.gz micropython-3833d3846db1e736a3b27455033dc7cc8939f828.zip |
README: Adjust suggested path for generated docs.
Diffstat (limited to 'README.md')
-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`. |