Skip to content

Commit

Permalink
Fix Lowercase Distro Names and Order (#35)
Browse files Browse the repository at this point in the history
Made the Words Uppercase and make Debian the First because the package is .deb and Ubuntu is based off Debian
  • Loading branch information
silverhadch authored Oct 27, 2024
1 parent dd32718 commit 898195d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ This is a personal project for fun and to experience emulating hardware and conn

For linux, this project depends on `alsa` and `libudev`, you can install them using:
```sh
# ubuntu/debian
# Debian/Ubuntu
sudo apt install libasound2-dev libudev-dev
# arch
# Arch
sudo pacman -S alsa-lib systemd-libs
```

Expand Down

0 comments on commit 898195d

Please sign in to comment.