From 2a545300c6bbede50f52ed6cc2fef4281f24c44d Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Sat, 16 Dec 2023 23:01:38 -0800 Subject: [PATCH] Add tiny-dfr instructions for fedora --- docs/guides/postinstall.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/postinstall.md b/docs/guides/postinstall.md index e105c80c..eb37dccd 100644 --- a/docs/guides/postinstall.md +++ b/docs/guides/postinstall.md @@ -104,6 +104,11 @@ If you are using Arch Linux or EndeavourOS: 1. Install `tiny-dfr` by running `sudo pacman -Syu tiny-dfr`. 2. Restart your Mac. +If you are using Fedora: + + 1. Install tiny-dfr with `sudo dnf install rust-tiny-dfr`. + 2. Restart your mac + For other distros: - Compile [`tiny-dfr`](https://github.com/kekrby/tiny-dfr) yourself if your distro don't have that packaged yet.