diff --git a/README.md b/README.md index e5bb549..e697b8a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # mikecheatsheet -Mike's cheat sheet \ No newline at end of file +Mike's cheat sheet + +## Install RPM Fusion + +``` +sudo dnf install \ + https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm +sudo dnf install \ + https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm +```