diff options
author | Jan Klusáček <honza.klu@gmail.com> | 2024-10-29 22:38:24 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-31 23:23:58 +1100 |
commit | 0e490b7c8f32bb72c516985abe67147b9385dc34 (patch) | |
tree | 3b1381b1117f47a49388fe89414b3e600fe93323 /docs/esp8266 | |
parent | 787c424cfc1e07c8881713ee5c1a6e26f6d6bf07 (diff) | |
download | micropython-0e490b7c8f32bb72c516985abe67147b9385dc34.tar.gz micropython-0e490b7c8f32bb72c516985abe67147b9385dc34.zip |
docs/reference/packages: Fix description of --target option in mip.
Descripton of mip usage with micropython port suggest using it like this:
./micropython -m mip install --target=third-party pkgname
But it should be called without equal sign:
./micropython -m mip install --target third-party pkgname
Signed-off-by: honza.klu@gmail.com
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions