diff --git a/README.md b/README.md index 866293e..28d6338 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ of maintainability. Runs in a _fraction of a millisecond_ and displays _most_ of the nonsense you'd see posted on r/unixporn or other internet communities. Aims to replace [fastfetch](https://github.com/fastfetch-cli/fastfetch) on my personal system, but [probably not yours](#customizing). Though, you are more -than welcome to use it on your system: it's pretty [fast...](#benchmarks) +than welcome to use it on your system: it's pretty [fast](#benchmarks)...

You will need a Nerdfonts patched font installed, and for your terminal > emulator to support said font. Microfetch uses nerdfonts glyphs by default. -Microfetch is packaged in [nixpkgs](https://github.com/nixos/nixpkgs). You can -get it through the unstable channel for the time being. The Nix flake can also -be used for bleeding-edge builds. +Microfetch is packaged in [nixpkgs](https://github.com/nixos/nixpkgs). It can be +installed by adding `pkgs.microfetch` to your `environment.systemPackages`. +Additionally, you can try out Microfetch in a Nix shell. + +```bash +nix shell nixpkgs#microfetch +``` + +Or run it directly with `nix run` + +```bash +nix run nixpkgs#microfetch +``` Non-Nix users will have to build Microfetch with `cargo`. It is not published anywhere but I imagine you can use `cargo install --git` to install it from