From a336e47a6e1fe069c45096edaeda1b4841ad7ce5 Mon Sep 17 00:00:00 2001 From: mcuee Date: Wed, 10 Jan 2024 11:13:19 +0800 Subject: [PATCH] Update README.md for Linux avrdude package installation The original `apt-get` command is only for Debian/Ubuntu or similar distros. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d11cf93..674c72617 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Alternatively, you may [build AVRDUDE](https://github.com/avrdudes/avrdude/wiki) ## Getting AVRDUDE for Linux -To install AVRDUDE for Linux, install the package `avrdude` by running the following commands: +To install AVRDUDE for Linux, install the package `avrdude` using the software package manager. For example, under Debian/Ubuntu, you can use the following commands: ```console sudo apt-get install avrdude