summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2020-07-05 08:29:43 +0200
committerGitHub <noreply@github.com>2020-07-05 15:29:43 +0900
commitdda3e3c39a9b903fab3754a7a39a7946a2dd836f (patch)
treedb1a6f081e026cbff9f224d646ee77bf3eefed6a /README.md
parentfd5157998c94959428d65d5167cc6898715bd4f5 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8930008..085045c3 100644
--- a/README.md
+++ b/README.md
@@ -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` |