aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 315d247ee..b05e55aa5 100644
--- a/README.md
+++ b/README.md
@@ -99,10 +99,10 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer
99 99
100### Running examples 100### Running examples
101 101
102- Install `probe-rs-cli` with defmt support. 102- Install `probe-rs`.
103 103
104```bash 104```bash
105cargo install probe-rs-cli 105cargo install probe-rs --features cli
106``` 106```
107 107
108- Change directory to the sample's base directory. For example: 108- Change directory to the sample's base directory. For example: