From ca10f2c8e1215252cf2d40a721b33677577c567b Mon Sep 17 00:00:00 2001 From: Louis Chauvet Date: Tue, 1 Oct 2024 15:51:13 +0200 Subject: [PATCH] Update README.md Add fedora dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4057eb..31e623f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ You will also need development headers for `rofi`. Depending on your distributio * Debian: `apt install rofi-dev qalc libtool libtool-bin` * Ubuntu: `apt install rofi-dev qalc libtool` * Solus: `eopkg it rofi-devel libqalculate` -* CentOS, Fedora: Install `qalculate automake libtool` (find `rofi-devel` headers yourself) +* CentOS: Install `qalculate automake libtool` (find `rofi-devel` headers yourself) +* Fedora: `dnf install qalculate automake libtool cairo-devel rofi-devel` * VoidLinux: `xbps-install -S rofi-devel libqalculate automake libtool` * Others: look it up :)