Skip to content

Commit

Permalink
Merge pull request #839 from shellheim/patch-1
Browse files Browse the repository at this point in the history
Update README.md to include Fedora install instructions
  • Loading branch information
squell committed Apr 8, 2024
2 parents cd8644d + 9cd3b8e commit 9e7a4c4
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 9e7a4c4

Please sign in to comment.