From 9725997efb6c660642b1cc0c6360b032933c002d Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Sun, 11 Mar 2018 17:14:23 +0100 Subject: [PATCH] remove non-free --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db967855..e9f40cd1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For Fedora you need to install the following packages: ```bash # enable RPM fusion free -sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm +sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm sudo dnf install SDL2-devel ffms2-devel meson gcc make ```