diff --git a/website/tutorial/embassy/index.md b/website/tutorial/embassy/index.md index db124813cbd8f194736b62daec3ce2faf71bcc5e..d8967c184494fc8868feeb504a01ece2693fefff 100644 --- a/website/tutorial/embassy/index.md +++ b/website/tutorial/embassy/index.md @@ -83,7 +83,7 @@ Options: This tool is an embedded debugging and target interaction toolkit. It enables its user to program and debug microcontrollers via a debug probe. ```shell -cargo install probe-rs --features cli --locked +cargo install probe-rs-tools --locked ``` If you are on **Linux** you will also need to add this [`udev`](https://probe.rs/files/69-probe-rs.rules) file in `/etc/udev/rules.d`. Then, run: