Update README.md for Linux avrdude package installation

The original `apt-get` command is only for Debian/Ubuntu or similar distros.
This commit is contained in:
mcuee
2024-01-10 11:13:19 +08:00
committed by GitHub
parent 5b7f66da04
commit a336e47a6e

View File

@@ -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