From 605a49300221d6b6fe0042e94cb4c39c67077903 Mon Sep 17 00:00:00 2001 From: Rodney van de Velden Date: Fri, 27 May 2022 15:35:02 +0200 Subject: [PATCH] Add instruction for AUR package --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8aeb852..df6aae9 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,20 @@ nix profile install github:SpyHoodle/pridefetch pridefetch ``` +## Running on Arch Linux +from the AUR +```bash +git clone https://aur.archlinux.org/pridefetch.git +cd pridefetch +makepkg -si +``` + +Or, with your AUR helper + +```bash +paru -S pridefetch +``` + ## Made with ❤️ and 🏳️‍⚧️ - Pridefetch is at an early stage, so may not work on all systems. - Please report any issues or bugs on the Issues tab.