Cosmetic changes from PR #1

This commit is contained in:
Madeleine 2022-05-22 21:33:22 +01:00 committed by GitHub
parent 2e69bc4c21
commit 9de88da5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,16 +45,17 @@ mv pridefetch /usr/bin/
## Running on NixOS ## Running on NixOS
#### If your system supports flakes #### If your system supports flakes
> ⚠ Note: This has only been tried on x86_64-linux; while it may work if your system is something different I have only tested it > ⚠ Note: This has only been tested on x86_64-linux; it may or may not work on your system
You can run pridefetch quickly
You can run pridefetch straight away
```bash ```bash
nix run github:SpyHoodle/pridefetch -- -f trans nix run github:SpyHoodle/pridefetch
``` ```
Or install it Or, install it and run
``` ```bash
nix profile install github:SpyHoodle/pridefetch nix profile install github:SpyHoodle/pridefetch
pridefetch -f trans pridefetch
``` ```