From cbf1691e1e45e526dea0cecf5b28142be6201b0d Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 10 Oct 2021 18:17:17 +1100 Subject: [PATCH] Update installation instructions for probe-run-rp Since thejpster rebased our changes on upstream probe-run, probe-run-rp is now in the rp2040-support branch. Updating the installation instructions to reflect that change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 503ed2b..a233583 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cargo run --release ## Installation of development dependencies ``` rustup target install thumbv6m-none-eabi -cargo install --git https://github.com/rp-rs/probe-run --branch main +cargo install --git https://github.com/rp-rs/probe-run --branch rp2040-support cargo install flip-link ```