From 380002b1330d4e4a9a2b69ab0e0da970e4c4636e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 30 Jul 2015 14:45:21 +0100 Subject: [PATCH] README: Add the dnf builddep command (for Fedora >= 22). --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 573d94307..71429fc7d 100644 --- a/README +++ b/README @@ -20,6 +20,8 @@ Fedora/RHEL users: A useful tip is to run: yum-builddep libguestfs + or: + dnf builddep libguestfs which will install all build dependencies automatically. If that is successful, you don't need to bother with the rest of this section.