Update Readme.md with link to new Docker image

This commit is contained in:
Juraj Michálek 2021-08-18 10:36:52 +02:00 committed by GitHub
parent 990470bedd
commit 7108720039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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: