summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Frazier <1212jtraceur@gmail.com>2017-03-23 11:21:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-24 18:32:33 -0400
commit3702ab6f5a4f32c7d6938c8b111ac8f2f54bbfbd (patch)
treea8f63c33eec528de1e7bfccd7e8549637f62365b
parentaa86596b941d4f0a82766c3d7348cec577ff9b84 (diff)
Add homebrew-core installation instructions
xsv was added to homebrew-core in https://github.com/Homebrew/homebrew-core/pull/11427, so this change mentions that installation option in the readme. The wording was adapted from ripgrep's readme: https://github.com/BurntSushi/ripgrep/tree/685cc6c5622b02fd5a53c8bc953176b159c780e4#installation
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b758dcf..c4742ec 100644
--- a/README.md
+++ b/README.md
@@ -299,6 +299,13 @@ right and full outer join support too.
Binaries for Windows, Linux and Mac are available [from Github](https://github.com/BurntSushi/xsv/releases/latest).
+If you're a **Mac OS X Homebrew** user, then you can install xsv
+from homebrew-core, (compiled with rust stable, no SIMD):
+
+```
+$ brew install xsv
+```
+
Alternatively, you can compile from source by
[installing Cargo](https://crates.io/install)
([Rust's](http://www.rust-lang.org/) package manager)