summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 20:56:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 20:56:06 -0400
commit8a91d3132fc3fed85229ce125ba0bbfbbfc2e0d0 (patch)
treed8b4fe05d00e31797f6100fbfe8b04b0f51b2bd4
parent525d0511722ebf11fa995c03031170ffa9379758 (diff)
add note about other repos
-rw-r--r--README-NEW.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README-NEW.md b/README-NEW.md
index 462f30f3..d09da708 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -87,6 +87,8 @@ Summarizing, `ripgrep` is fast because:
### Installation
+The binary name for `ripgrep` is `rg`.
+
[Binaries for `ripgrep` are available for Windows, Mac and
Linux.](https://github.com/BurntSushi/ripgrep/releases) Linux binaries are
static executables. Windows binaries are available either as built with MinGW
@@ -117,6 +119,9 @@ If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`:
$ cargo install ripgrep
```
+`ripgrep` isn't currently in any other package repositories.
+[I'd like to change that](https://github.com/BurntSushi/ripgrep/issues/10).
+
### Whirlwind tour
The command line usage of `ripgrep` doesn't differ much from other tools that