summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-10-31 01:32:48 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-10-31 01:32:48 +0300
commit3833d3846db1e736a3b27455033dc7cc8939f828 (patch)
tree5211c5b300f8d8169be5f09a56a20c358f92a334 /README.md
parent43efb46328383aca78d429d24341dc38e9dccf8d (diff)
downloadmicropython-3833d3846db1e736a3b27455033dc7cc8939f828.tar.gz
micropython-3833d3846db1e736a3b27455033dc7cc8939f828.zip
README: Adjust suggested path for generated docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3b44f1504..b7feacfc7c 100644
--- a/README.md
+++ b/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`.