mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user