From a1739e7859d4687d8fdfb8d9068eb53a56ade280 Mon Sep 17 00:00:00 2001
From: Petru Cristian Nania <naniacristian26@gmail.com>
Date: Wed, 12 Mar 2025 15:42:40 +0200
Subject: [PATCH] Update deprecated command According to the `probe-rs`
 documentation, the command for installation has changed.
 https://probe.rs/docs/getting-started/installation/#installation

---
 website/tutorial/embassy/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/tutorial/embassy/index.md b/website/tutorial/embassy/index.md
index db12481..d8967c1 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:
-- 
GitLab