mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
README.md: Correct port names in the documentation build command.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user