README.md: Correct port names in the documentation build command.

pull/1316/head
Daniel Campora 2015-06-11 09:15:07 +02:00
rodzic cfcf47c064
commit 0a903be7d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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