Update Readme.md with link to new Docker image
This commit is contained in:
parent
990470bedd
commit
7108720039
|
|
@ -15,10 +15,11 @@ To support the Xtensa instruction set, build and install custom LLVM and Rust to
|
||||||
Alternatively you might build the project in the container where image already contains pre-installed Rust and ESP-IDF:
|
Alternatively you might build the project in the container where image already contains pre-installed Rust and ESP-IDF:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -it georgikrocks/esp-idf-rust /bin/bash
|
docker run -it espressif/idf-rust-examples
|
||||||
idf.py build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then follow instructions displayed on the screen.
|
||||||
|
|
||||||
### ESP32-C3
|
### ESP32-C3
|
||||||
|
|
||||||
Install the RISCV target for Rust:
|
Install the RISCV target for Rust:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue