From 349ae89aef5c6a5f361be962e94209491c3a4971 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 30 May 2022 17:46:24 +0200 Subject: [PATCH] [docs] Update Fedora quick install, replace yum with dnf --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 556fa89f..d40de1b6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -80,7 +80,7 @@ If you haven't already enabled the free RPM fusion packages do that, since you will need ffmpeg. You can google how to do that. Then run: ```bash -sudo yum install \ +sudo dnf install \ git automake autoconf gettext-devel gperf gawk libtool bison flex \ sqlite-devel libconfuse-devel libunistring-devel mxml-devel libevent-devel \ avahi-devel libgcrypt-devel zlib-devel alsa-lib-devel ffmpeg-devel \