From 7ba1cc4c9d08059a56ae4dfac0c29aca6df001f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20H=C3=B6per?= Date: Fri, 20 Dec 2019 17:41:05 +0100 Subject: [PATCH] Readme: Add Fedora dependency install instructions --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index bc04651..993b51a 100644 --- a/README.rst +++ b/README.rst @@ -206,6 +206,10 @@ can install these libraries with the following command:: sudo apt-get install libudev1 libudev-dev libparted0-dev +On Fedora, you can install these libraries with the following command:: + + sudo dnf install systemd-devel parted-devel + Compile the extra applications ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~