mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
Update README
Notify user `cargo install ripgrep` contains debug symbols and informs how to stripe them.
This commit is contained in:
parent
67b835fe2a
commit
f858828f61
@ -209,9 +209,9 @@ $ nix-env --install ripgrep
|
||||
$ # (Or using the attribute name, which is also `ripgrep`.)
|
||||
```
|
||||
|
||||
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`. Note
|
||||
that the minimum supported version of Rust for ripgrep is **1.17**, although
|
||||
ripgrep may work with older versions.
|
||||
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`.
|
||||
* Note that the minimum supported version of Rust for ripgrep is **1.17**, although ripgrep may work with older versions.
|
||||
* Note that the binary will include debug symbols. Use `strip $(which rg)` to remove them (and save Mbs).
|
||||
|
||||
```
|
||||
$ cargo install ripgrep
|
||||
|
Loading…
x
Reference in New Issue
Block a user