From 7108720039dc7d3129b46ce675d52ccc87fa8e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Wed, 18 Aug 2021 10:36:52 +0200 Subject: [PATCH] Update Readme.md with link to new Docker image --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44df21f..e01c294 100644 --- a/README.md +++ b/README.md @@ -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: ``` -docker run -it georgikrocks/esp-idf-rust /bin/bash -idf.py build +docker run -it espressif/idf-rust-examples ``` +Then follow instructions displayed on the screen. + ### ESP32-C3 Install the RISCV target for Rust: