mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
add note about other repos
This commit is contained in:
@ -87,6 +87,8 @@ Summarizing, `ripgrep` is fast because:
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
The binary name for `ripgrep` is `rg`.
|
||||||
|
|
||||||
[Binaries for `ripgrep` are available for Windows, Mac and
|
[Binaries for `ripgrep` are available for Windows, Mac and
|
||||||
Linux.](https://github.com/BurntSushi/ripgrep/releases) Linux binaries are
|
Linux.](https://github.com/BurntSushi/ripgrep/releases) Linux binaries are
|
||||||
static executables. Windows binaries are available either as built with MinGW
|
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
|
$ 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
|
### Whirlwind tour
|
||||||
|
|
||||||
The command line usage of `ripgrep` doesn't differ much from other tools that
|
The command line usage of `ripgrep` doesn't differ much from other tools that
|
||||||
|
Reference in New Issue
Block a user