Skip to content

Commit f575079

Browse files
committed
Merge pull request #134 from dragon788/patch-2
Added note about using avr_setup.sh
2 parents bc4f208 + 34a8ad5 commit f575079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmk_core/doc/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Download and Install
66
--------------------
77
### 1. Install Tools
88

9-
1. **Toolchain** On Windows install [MHV AVR Tools][mhv] for AVR GCC compiler and [Cygwin][cygwin](or [MinGW][mingw]) for shell terminal. On Mac you can use [CrossPack][crosspack]. On Linux you can install AVR GCC (and avr-libc) with your favorite package manager.
9+
1. **Toolchain** On Windows install [MHV AVR Tools][mhv] for AVR GCC compiler and [Cygwin][cygwin](or [MinGW][mingw]) for shell terminal. On Mac you can use [CrossPack][crosspack]. On Linux you can install AVR GCC (and avr-libc) with your favorite package manager or run the avr_setup.sh script in the root of this repository.
1010

1111
2. **Programmer** On Windows install [Atmel FLIP][flip]. On Mac and Linux install [dfu-programmer][dfu-prog].
1212

0 commit comments

Comments
 (0)