Skip to content

Commit

Permalink
Merge #292
Browse files Browse the repository at this point in the history
292: Remove $ from cargo-binutils r=eldruin a=AlanSwenson

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

Co-authored-by: Alan Swenson <[email protected]>
  • Loading branch information
bors[bot] and AlanSwenson authored May 25, 2021
2 parents 569c339 + 4cfe063 commit 7349d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7349d17

Please sign in to comment.