Skip to content

Commit

Permalink
Update README.md to include Fedora install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shellheim authored and rnijveld committed Apr 8, 2024
1 parent cd8644d commit 9cd3b8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cd3b8e

Please sign in to comment.