summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Vergeylen <daniel.vergeylen@place2be.biz>2017-10-03 17:36:37 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-10-08 08:01:29 -0400
commit6b79349f833eeb28e37aef4461e235f9107d94f3 (patch)
tree55dab0cb0925c04f41b26c7acc98c87d71f922be /README.md
parentf858828f619d85447c3000e246e0fc7c13c5155e (diff)
Rewording README
Trial to stay consistent with rest of the text. Rewording by native english.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97869378..8955e141 100644
--- a/README.md
+++ b/README.md
@@ -210,8 +210,11 @@ $ # (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.
-* Note that the binary will include debug symbols. Use `strip $(which rg)` to remove them (and save Mbs).
+* Note that the minimum supported version of Rust for ripgrep is **1.17**,
+ although ripgrep may work with older versions.
+* Note that the binary may be bigger than expected because it contains debug
+ symbols. This is intentional. To remove debug symbols and therefore reduce
+ the file size, run `strip` on the binary.
```
$ cargo install ripgrep