From b9374063dc62e23ce58247529b290298bdd8190f Mon Sep 17 00:00:00 2001 From: Azzy <68303930+azzydoesgit@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:36:39 +0000 Subject: [PATCH] Update README.md Ubuntu is forked from Debian, which is why it uses the Debian packaging system. Sure, I'd hope anybody using a Debian-based distro would know it's based on Debian (and therefore should use apt for package management), but you never know. Changed language to be more specific. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9126c9b..54f682c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The icon is a modified version of the KDE Partition Manager logo which is availa ## Compiling and Installing ### Compilation and Runtime Dependencies -Ubuntu and based distros (Mint, Pop!_OS, etc.) +Debian and Debian-based distros (Ubuntu, Mint, Pop!_OS, etc.) ```sh sudo apt install build-essential cmake git libgl1-mesa-dev libxkbcommon-dev qt6-base-dev qt6-tools-dev qt6-wayland smartmontools ```