summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Vergeylen <dvergeylen@gmail.com>2017-10-03 17:01:36 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-10-08 08:01:29 -0400
commitf858828f619d85447c3000e246e0fc7c13c5155e (patch)
tree97a950cb422d8f59856f9f12d55832c949ee820c
parent67b835fe2adf40989bc68ee62cec58f12887cf94 (diff)
Update README
Notify user `cargo install ripgrep` contains debug symbols and informs how to stripe them.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 27dda1ac..97869378 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