Merge pull request #14 from R0dn3yS/master

Add instructions for AUR package
This commit is contained in:
Madeleine 2022-05-29 16:29:21 +01:00 committed by GitHub
commit a046048d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,22 @@ 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.