Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions f3discovery/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ itmdump 0.3.1

### `cargo-binutils`

Install `llvm-tools-preview`
Install `llvm-tools`

``` console
rustup component add llvm-tools-preview
rustup component add llvm-tools
```

Install `cargo-binutils`
Expand Down
2 changes: 1 addition & 1 deletion microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rustc 1.53.0 (53cb7b09b 2021-06-17)
### `cargo-binutils`

``` console
$ rustup component add llvm-tools-preview
$ rustup component add llvm-tools

$ cargo install cargo-binutils --vers 0.3.3

Expand Down