From 6a9b2096ad502b9cc0832118ba3c6c7be229313f Mon Sep 17 00:00:00 2001 From: AwkAmr Date: Sun, 8 Mar 2026 18:56:15 +0200 Subject: [PATCH] Added Arch installation instructions to README.MD --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.