Skip to content

Commit 2812d7e

Browse files
committed
Fix document typo
1 parent 51e1e4a commit 2812d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo apt-get install gcc-mingw-w64-i686
4747
When building you must set the env var `CROSS_COMPILE` to `mingw` for example:
4848

4949
```
50-
CROSS_COMPILE=mingw ./package_avrdude.bash
50+
CROSS_COMPILE=mingw ./package-avrdude.bash
5151
```
5252

5353
cross compile with mingw has been tested on Ubuntu 14.04 (mingw-w64 4.8), different versions of mingw may behave differently and fail to build.

0 commit comments

Comments
 (0)