Skip to content

Commit

Permalink
Merge pull request #838 from taotieren/arch
Browse files Browse the repository at this point in the history
Add Arch Linux
  • Loading branch information
pvdrz committed May 11, 2024
2 parents 94119b0 + 6836c37 commit 90e2385
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ or newer is necessary to run sudo-rs.

The recommended way to start using `sudo-rs` is via the package manager of your Linux distribution.

### Arch Linux

Arch Linux can be installed via AUR [sudo-rs](https://aur.archlinux.org/packages/sudo-rs) or [sudo-rs-git](https://aur.archlinux.org/packages/sudo-rs-git).

Note: [AUR usage help](https://wiki.archlinux.org/title/AUR_helpers)

```sh
yay -Syu sudo-rs
```

### Debian/Ubuntu
If you are running Debian 13 (trixie) or later, or Ubuntu 24.04 (Noble Numbat) or later, you can use:
```sh
Expand Down

0 comments on commit 90e2385

Please sign in to comment.