From 4cfe0635d5a8e37c61299dc5b9892a74304cba39 Mon Sep 17 00:00:00 2001 From: Alan Swenson Date: Tue, 25 May 2021 08:56:37 -0500 Subject: [PATCH] Remove $ from cargo-binutils Currently the copy/paste wont work on this particular one because it copies the `$` as well and then the users console will throw an error --- src/intro/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intro/install.md b/src/intro/install.md index 53bb6885..d2510925 100644 --- a/src/intro/install.md +++ b/src/intro/install.md @@ -58,9 +58,9 @@ rustup target add thumbv8m.main-none-eabihf ### `cargo-binutils` ``` text -$ cargo install cargo-binutils +cargo install cargo-binutils -$ rustup component add llvm-tools-preview +rustup component add llvm-tools-preview ``` ### `cargo-generate`