mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-03-19 17:22:22 +00:00
README: Correct Nix distro support (#2051)
Nix can be installed on (almost) any Linux distro and on macOS. See https://nixos.org/nix/ for more information.
This commit is contained in:
parent
fd5157998c
commit
dda3e3c39a
@ -110,7 +110,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
| APT | Debian 9+/Ubuntu 19.10+ | `sudo apt-get install fzf` |
|
||||
| Conda | | `conda install -c conda-forge fzf` |
|
||||
| DNF | Fedora | `sudo dnf install fzf` |
|
||||
| Nix | NixOS | `nix-env -iA nixpkgs.fzf` |
|
||||
| Nix | NixOS, etc. | `nix-env -iA nixpkgs.fzf` |
|
||||
| Pacman | Arch Linux | `sudo pacman -S fzf` |
|
||||
| pkg | FreeBSD | `pkg install fzf` |
|
||||
| pkg_add | OpenBSD | `pkg_add fzf` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user