Skip to content

Commit ac7e6e9

Browse files
authored
Calrify dependencies
1 parent 2a3f727 commit ac7e6e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ int main(void)
4343
## Prerequisites
4444
4545
* `avrdude`
46-
* `avr-gcc` (and `avr-binutils`)
46+
* `avr-gcc`
47+
* `avr-binutils`
4748
* `avr-libc`
4849
* `perl`
4950
* `python`
@@ -52,3 +53,5 @@ On a Mac, installation via [Homebrew](http://brew.sh/) is recommended:
5253
5354
brew tap osx-cross/avr
5455
brew install avr-gcc
56+
57+
This will automatically install avr-binutils and avr-libs, too.

0 commit comments

Comments
 (0)