summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt <32581276+mehandes@users.noreply.github.com>2018-02-01 12:59:36 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-02-01 06:59:36 -0500
commit203ddd83f4058c0ce9ef9415cecf3ec038b611ef (patch)
tree3962c562c330890728940ec9b92cf7af7341120a
parent64561b8e4de05e268a361b20178918f9c2dd9e07 (diff)
readme: add nix install instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64180d3..06270ba 100644
--- a/README.md
+++ b/README.md
@@ -306,6 +306,12 @@ from homebrew-core:
$ brew install xsv
```
+If you're a **Nix/NixOS** user, you can install ripgrep from nixpkgs:
+
+```
+$ nix-env -i xsv
+```
+
Alternatively, you can compile from source by
[installing Cargo](https://crates.io/install)
([Rust's](http://www.rust-lang.org/) package manager)