Add instruction for AUR package

This commit is contained in:
Rodney van de Velden 2022-05-27 15:35:02 +02:00
parent c65fb6a5e9
commit 605a493002
No known key found for this signature in database
GPG Key ID: 90D5BC13FFA78B54

View File

@ -48,6 +48,20 @@ nix profile install github:SpyHoodle/pridefetch
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 🏳️‍⚧️ ## Made with ❤️ and 🏳️‍⚧️
- Pridefetch is at an early stage, so may not work on all systems. - Pridefetch is at an early stage, so may not work on all systems.
- Please report any issues or bugs on the Issues tab. - Please report any issues or bugs on the Issues tab.