aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-26 18:10:39 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-26 18:10:57 +0200
commit0c8e5f92c7ebe6fd148a986baaaa6ac746d939c2 (patch)
tree8157c8204219698a2c0431a2ef77cbc2e52b8700 /README.md
parent0a2d6f0be069233bdfa9d9eee6f41184fdda72f3 (diff)
Switch from probe-run to probe-rs-cli.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d24ec82f3..d0920aae2 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ TODO:
24 24
25## Running the example 25## Running the example
26 26
27- `cargo install probe-run` 27- `cargo install probe-rs-cli`
28- `cd examples/rpi-pico-w` 28- `cd examples/rpi-pico-w`
29- `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release` 29- `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release`
30 30