docs(readme): add nixpkgs installation instructions

This commit is contained in:
Adrian Groh 2023-07-05 22:07:30 +02:00
parent 7a898206fa
commit 5d8ec8360b
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -51,6 +51,10 @@ cargo install pfetch
brew install pfetch-rs brew install pfetch-rs
``` ```
### Nixpkgs
Install the [pfetch-rs](https://search.nixos.org/packages?channel=unstable&show=pfetch-rs) Nix package.
### AUR ### AUR
Install the [pfetch-rs](https://aur.archlinux.org/packages/pfetch-rs) or Install the [pfetch-rs](https://aur.archlinux.org/packages/pfetch-rs) or
@ -59,7 +63,7 @@ Install the [pfetch-rs](https://aur.archlinux.org/packages/pfetch-rs) or
## Performance ## Performance
Benchmarks performed on an AMD Ryzen 5 3600. Execution time is measured using Benchmarks performed on an AMD Ryzen 5 3600. Execution time is measured using
[hyperfine](https://github.com/sharkdp/hyperfine) with `-w 4 -m 500 -N` flags [hyperfine](https://github.com/sharkdp/hyperfine) with `-w 4 -m 500 -N` flags.
| Implementation | Mean [ms] | Min [ms] | Max [ms] | | Implementation | Mean [ms] | Min [ms] | Max [ms] |
| :---------------: | :--------: | :------: | :------: | | :---------------: | :--------: | :------: | :------: |