From 3488983f8df2b8141ceeba2ece5b24127f4c1ddc Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 14 Jul 2020 16:34:24 +0200 Subject: [PATCH] README.md: amk cargo installs harder to miss --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index bdb384a..e69d5fa 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,28 @@ $ rustup +stable component add llvm-tools-preview $ cargo install cargo-binutils ``` +### Cargo subcommands + +Install version v0.8.0 of the `cargo-flash` and `cargo-embed` subcommands, as well as the `cargo-binutils` set of subcommands and the `cargo-bloat` subcommand using the following Cargo commands: + +``` console +$ cargo install cargo-flash --version 0.8.0 -f +(..) +Installed package `cargo-flash v0.8.0` (..) + +$ cargo install cargo-embed --version 0.8.0 -f +(..) +Installed package `cargo-embed v0.8.0` (..) + +$ cargo install cargo-binutils +(..) +Installed package `cargo-binutils v0.3.0` (..) + +$ cargo install cargo-bloat +(..) +Installed package `cargo-bloat v0.9.3` (..) +``` + ### Python **Windows**: Go to https://www.python.org/downloads/ and run the Python *3* installer @@ -289,28 +311,6 @@ Starting mass erase... Mass erase completed, chip unlocked ``` -### Cargo subcommands - -Install version v0.8.0 of the `cargo-flash` and `cargo-embed` subcommands, as well as the `cargo-binutils` set of subcommands and the `cargo-bloat` subcommand using the following Cargo commands: - -``` console -$ cargo install cargo-flash --version 0.8.0 -f -(..) -Installed package `cargo-flash v0.8.0` (..) - -$ cargo install cargo-embed --version 0.8.0 -f -(..) -Installed package `cargo-embed v0.8.0` (..) - -$ cargo install cargo-binutils -(..) -Installed package `cargo-binutils v0.3.0` (..) - -$ cargo install cargo-bloat -(..) -Installed package `cargo-bloat v0.9.3` (..) -``` - ## License The Ferrous Systems Embedded Training Courses (this project) are distributed under the following licenses: