From 59ed50a0f2f022aa06ede1f8b3ba8c4f0bed6a22 Mon Sep 17 00:00:00 2001 From: iff Date: Wed, 18 Dec 2024 15:07:22 +0100 Subject: [PATCH] docs: installation --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fdc67f..7dc4f2b 100644 --- a/README.md +++ b/README.md @@ -99,19 +99,28 @@ Install from your package manager if available: [![Packaging status](https://repology.org/badge/vertical-allrepos/pay-respects.svg)](https://repology.org/project/pay-respects/versions) -For Arch Linux / Arch Linux ARM users, you can install from [Arch Linux CN Repository](https://github.com/archlinuxcn/repo): +
+ Instructions for package managers -```shell -sudo pacman -S pay-respects -``` +> | OS / Distribution | Repository | Instructions | +> |-------------------|-----------------|----------------------------------| +> | Arch Linux | [AUR] | `paru -S pay-respects` (`-bin`) | +> | Arch Linux | [Arch Linux CN] | `sudo pacman -S pay-respects` | +> | NixOS / *Any* | [nixpkgs] | `nix-env -iA nixos.pay-respects` | -Or install compiled binaries from [GitHub releases](https://github.com/iffse/pay-respects/releases) with the install script (all modules included): +[AUR]: https://aur.archlinux.org/ +[Arch Linux CN]: https://github.com/archlinuxcn/repo +[nixpkgs]: https://github.com/NixOS/nixpkgs + +
+ +Alternatively, install pre-built binaries from [GitHub releases](https://github.com/iffse/pay-respects/releases). An [install script](./install.sh) is available: ``` curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh | sh ```
- Compile from source (any OS/architecture) + Cargo / Compile from source (any OS/architecture supported by Rust) > This installation requires you to have Cargo (the Rust package manager) installed. @@ -131,7 +140,6 @@ curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh > cargo install --path module-request-ai > ``` -
## Rules & Modules