Skip to content

Commit

Permalink
README: Add some missing dependencies
Browse files Browse the repository at this point in the history
This was reported in #296 by @PixelcrafterEXE.  This commit is a manual
merge of a subset of that PR.
  • Loading branch information
Rahix authored Aug 19, 2022
1 parent cf3b090 commit 189c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install dependencies:

- Ubuntu
```bash
sudo apt install avr-libc gcc-avr pkg-config avrdude
sudo apt install avr-libc gcc-avr pkg-config avrdude libudev-dev build-essential
```
- Macos
```bash
Expand Down

0 comments on commit 189c6c6

Please sign in to comment.