Update README

Notify user `cargo install ripgrep` contains debug symbols and informs how to stripe them.
This commit is contained in:
Daniel Vergeylen 2017-10-03 17:01:36 +02:00 committed by Andrew Gallant
parent 67b835fe2a
commit f858828f61

View File

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