aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33f38dafe..270f27a8f 100644
--- a/README.md
+++ b/README.md
@@ -106,10 +106,10 @@ git submodule init
106git submodule update 106git submodule update
107``` 107```
108 108
109- Install `probe-run` with defmt support. 109- Install `probe-rs-cli` with defmt support.
110 110
111```bash 111```bash
112cargo install probe-run 112cargo install probe-rs-cli
113``` 113```
114 114
115- Change directory to the sample's base directory. For example: 115- Change directory to the sample's base directory. For example: