Skip to content

Commit a336e47

Browse files
authored
Update README.md for Linux avrdude package installation
The original `apt-get` command is only for Debian/Ubuntu or similar distros.
1 parent 5b7f66d commit a336e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Alternatively, you may [build AVRDUDE](https://github.com/avrdudes/avrdude/wiki)
2828

2929
## Getting AVRDUDE for Linux
3030

31-
To install AVRDUDE for Linux, install the package `avrdude` by running the following commands:
31+
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:
3232

3333
```console
3434
sudo apt-get install avrdude

0 commit comments

Comments
 (0)