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 1/2] 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. From 7ede4d91e3834a52b080aaa9e6b34f0719b737d6 Mon Sep 17 00:00:00 2001 From: Rodney van de Velden Date: Sun, 29 May 2022 15:14:21 +0200 Subject: [PATCH 2/2] Changes to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df6aae9..38af285 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ pridefetch ``` ## Running on Arch Linux -from the AUR + +From the AUR + ```bash git clone https://aur.archlinux.org/pridefetch.git cd pridefetch