doc: improve wording

This tightens up the wording in ripgrep's opening description. It's used
in several places, so we update all of them.

Closes #1881
This commit is contained in:
Varik Valefor
2021-05-30 03:03:40 -04:00
committed by Andrew Gallant
parent 5af7707a35
commit beda5f70dc
5 changed files with 16 additions and 16 deletions

View File

@@ -29,9 +29,9 @@ Release Checklist
* Copy the relevant section of the CHANGELOG to the tagged release notes.
Include this blurb describing what ripgrep is:
> In case you haven't heard of it before, ripgrep is a line-oriented search
> tool that recursively searches your current directory for a regex pattern.
> By default, ripgrep will respect your gitignore rules and automatically
> skip hidden files/directories and binary files.
> tool that recursively searches the current directory for a regex pattern.
> By default, ripgrep will respect gitignore rules and automatically skip
> hidden files/directories and binary files.
* Run `ci/build-deb` locally and manually upload the deb package to the
release.
* Run `cargo publish`.