docs: fix order of podman parameters #32
This commit is contained in:
parent
ad2066cf60
commit
cafbbc4cf1
|
|
@ -19,7 +19,7 @@ Alternatively you might build the project in the container where image already c
|
||||||
Podman example with mapping multiple /dev/ttyUSB from host computer to the container:
|
Podman example with mapping multiple /dev/ttyUSB from host computer to the container:
|
||||||
|
|
||||||
```
|
```
|
||||||
podman run -it espressif/idf-rust-examples --device /dev/ttyUSB0 --device /dev/ttyUSB1
|
podman run --device /dev/ttyUSB0 --device /dev/ttyUSB1 -it espressif/idf-rust-examples
|
||||||
```
|
```
|
||||||
|
|
||||||
Docker (does not support flashing from container):
|
Docker (does not support flashing from container):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue