diff options
author | Daniel Campora <daniel@wipy.io> | 2015-06-11 09:15:07 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-06-11 09:15:07 +0200 |
commit | 0a903be7d0f2ccb5f9eccce0b7e8cf078dde3832 (patch) | |
tree | 5c014793e2a74c1c5e06b7d3ae5c512d328fd652 | |
parent | cfcf47c0644952358e1a260db159e807872a37e6 (diff) | |
download | micropython-0a903be7d0f2ccb5f9eccce0b7e8cf078dde3832.tar.gz micropython-0a903be7d0f2ccb5f9eccce0b7e8cf078dde3832.zip |
README.md: Correct port names in the documentation build command.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,6 +123,6 @@ In `micropython/docs`, build the docs: make MICROPY_PORT=<port_name> BUILDDIR=<port_name>/build html -Where ``<port_name>`` can be ``port_unix``, ``port_pyboard``, ``port_wipy`` or ``port_esp8266``. +Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`. You'll find the index page at `micropython/docs/<port_name>/build/html/index.html`. |