From f858828f619d85447c3000e246e0fc7c13c5155e Mon Sep 17 00:00:00 2001 From: Daniel Vergeylen Date: Tue, 3 Oct 2017 17:01:36 +0200 Subject: [PATCH] Update README Notify user `cargo install ripgrep` contains debug symbols and informs how to stripe them. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27dda1a..9786937 100644 --- a/README.md +++ b/README.md @@ -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