1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

add note about other repos

This commit is contained in:
Andrew Gallant 2016-09-21 20:56:06 -04:00
parent 525d051172
commit 8a91d3132f

View File

@ -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