From 76d11c9f0b8f7be3dd7c4efe0730da70d6bf1a36 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Sat, 26 Aug 2023 11:26:01 -0400 Subject: [PATCH] Add Fedora to the installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10f2bf58..d0283abc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Disk Usage/Free Utility (Linux, BSD, macOS & Windows) #### Linux - Arch Linux: `pacman -S duf` - Ubuntu 22.04 / Debian unstable: `apt install duf` +- Fedora Linux: `dnf install duf` - Nix: `nix-env -iA nixpkgs.duf` - Void Linux: `xbps-install -S duf` - Gentoo Linux: `emerge sys-fs/duf`