From 6836c3783cd460dfa38313184e899e1622214a25 Mon Sep 17 00:00:00 2001 From: taotieren Date: Sat, 11 May 2024 09:15:59 +0800 Subject: [PATCH] Add Arch Linux --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5547c7adc..940f9919c 100644 --- a/README.md +++ b/README.md @@ -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