From 898195d3f988e2202fff7b57b8b365080711eb67 Mon Sep 17 00:00:00 2001 From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:20:30 +0100 Subject: [PATCH] Fix Lowercase Distro Names and Order (#35) Made the Words Uppercase and make Debian the First because the package is .deb and Ubuntu is based off Debian --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92bc47..d173932 100644 --- a/README.md +++ b/README.md @@ -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 ```