Skip to content

Commit

Permalink
Merge pull request #331 from flexxyfluxx/patch-1
Browse files Browse the repository at this point in the history
Update Nix installation instructions
  • Loading branch information
printfn authored Jan 14, 2025
2 parents 307b0f6 + 96c47d4 commit 2151317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The easiest way to install fend locally is via your package manager:
| AUR (Arch Linux) | `yay -S aur/fend-bin` |
| AOSC OS | `oma install fend` |
| Xbps (Void Linux) | `xbps-install fend` |
| Nix | `nix-env -iA nixpkgs.fend` |
| Nix | Add `nixpkgs.fend` to your config, or install ephemerally using `nix-shell -p fend`. |
| Cargo | `cargo install fend` |
| Windows Package Manager | `winget install fend` |
| Chocolatey | `choco install fend` |
Expand Down

0 comments on commit 2151317

Please sign in to comment.