diff --git a/README.md b/README.md index 0490569..72c0a23 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Run AVRDUDESS with Mono, you might have to run as root (sudo) so that AVRDUDE ca mono avrdudess.exe +## Installing on Arch Linux + +Install Mono, AVRDUDE, and AVR Binutils (for avr-size): + + sudo pacman -S mono avrdude avr-binutils + +Run AVRDUDESS with Mono, you might have to run as root (sudo) so that AVRDUDE can access ports if you haven't changed any permissions or rules.d stuff: + + mono avrdudess.exe + ## Updating AVRDUDE The latest AVRDUDE can be downloaded from [https://github.com/avrdudes/avrdude/releases](https://github.com/avrdudes/avrdude/releases). In AVRDUDESS click on the options button and fill in the `avrdude` and `avrdude.conf` boxes with the locations of the new files by clicking on the `...` browse buttons.