From 98398d31f7d9bbda06fbb97804ba6844298710bc Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 31 May 2023 01:12:08 +0200 Subject: [PATCH] README fixes. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index b65dcbe15..315d247ee 100644 --- a/README.md +++ b/README.md @@ -99,13 +99,6 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer ### Running examples -- Setup git submodules (needed for STM32 examples) - -```bash -git submodule init -git submodule update -``` - - Install `probe-rs-cli` with defmt support. ```bash @@ -123,7 +116,7 @@ cd examples/nrf52840 For example: ```bash -cargo run --bin blinky +cargo run --release --bin blinky ``` ## Developing Embassy with Rust Analyzer based editors