From 9cd3b8e24dbbc5554d0362afdabb72532751e9b4 Mon Sep 17 00:00:00 2001 From: Shell <116480892+shellheim@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:47:23 +0000 Subject: [PATCH] Update README.md to include Fedora install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6bf5409..5547c7ad 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,11 @@ via the usual commands `sudo` and `su` instead, prepend `/usr/lib/cargo/bin` to ### Fedora -For Fedora, we expect sudo-rs to be available via its package manager soon. +If you are running Fedora 38 or later, you can use: +```sh +sudo dnf install sudo-rs +``` +This will offer the functionality using the commands `su-rs` and `sudo-rs`. ### Installing our pre-compiled x86-64 binaries