Skip to content

Commit 7349d17

Browse files
Merge #292
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 <alan@alanswenson.dev>
2 parents 569c339 + 4cfe063 commit 7349d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/intro/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ rustup target add thumbv8m.main-none-eabihf
5858
### `cargo-binutils`
5959

6060
``` text
61-
$ cargo install cargo-binutils
61+
cargo install cargo-binutils
6262
63-
$ rustup component add llvm-tools-preview
63+
rustup component add llvm-tools-preview
6464
```
6565

6666
### `cargo-generate`

0 commit comments

Comments
 (0)