Merge pull request #129 from ferrous-systems/dedup_binutils

rm duplicate binutils install instructions, fix order
This commit is contained in:
Jorge Aparicio 2021-01-25 16:37:54 +01:00 committed by GitHub
commit 9cebefccbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,19 +126,16 @@ $ rustup +stable target add thumbv7em-none-eabihf
**All**: Run these commands in a terminal:
``` console
$ rustup +stable component add llvm-tools-preview
$ cargo install cargo-binutils
$ rustup +stable component add llvm-tools-preview
```
### General purpose tools
Install the [`cargo-binutils`](https://crates.io/crates/cargo-binutils) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
Install the [`flip-link`](https://crates.io/crates/flip-link) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
``` console
$ cargo install cargo-binutils
(..)
Installed package `cargo-binutils v0.3.3` (..)
$ cargo install probe-run
(..)