Skip to content

Commit

Permalink
docs: add installation instructions for cargo-binutils
Browse files Browse the repository at this point in the history
Fixes #1.
  • Loading branch information
matteocarnelos committed Mar 16, 2024
1 parent b28659a commit 11ae8b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -14,7 +14,12 @@
## Installation

1. [Install `arduino-cli`](https://arduino.github.io/arduino-cli/latest/installation/)
2. Install `arduino-run`:
2. Install `cargo-binutils`:
```
cargo install cargo-binutils
rustup component add llvm-tools
```
4. Install `arduino-run`:
```
cargo install arduino-run
```
Expand Down

0 comments on commit 11ae8b0

Please sign in to comment.