mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
Fix minor typos
Update name Mac OS X to macOS
This commit is contained in:
parent
cf94072429
commit
a98156e71c
12
README.md
12
README.md
@ -4,7 +4,7 @@ ripgrep (rg)
|
|||||||
directory for a regex pattern while respecting your gitignore rules. To a first
|
directory for a regex pattern while respecting your gitignore rules. To a first
|
||||||
approximation, ripgrep combines the usability of The Silver Searcher (similar
|
approximation, ripgrep combines the usability of The Silver Searcher (similar
|
||||||
to `ack`) with the raw speed of GNU grep. `ripgrep` has first class support on
|
to `ack`) with the raw speed of GNU grep. `ripgrep` has first class support on
|
||||||
Windows, Mac and Linux, with binary downloads available for
|
Windows, macOS and Linux, with binary downloads available for
|
||||||
[every release](https://github.com/BurntSushi/ripgrep/releases).
|
[every release](https://github.com/BurntSushi/ripgrep/releases).
|
||||||
|
|
||||||
[](https://travis-ci.org/BurntSushi/ripgrep)
|
[](https://travis-ci.org/BurntSushi/ripgrep)
|
||||||
@ -146,10 +146,10 @@ Summarizing, `ripgrep` is fast because:
|
|||||||
|
|
||||||
The binary name for `ripgrep` is `rg`.
|
The binary name for `ripgrep` is `rg`.
|
||||||
|
|
||||||
**[Archives of precompiled binaries for `ripgrep` are available for Windows, Mac
|
**[Archives of precompiled binaries for `ripgrep` are available for Windows,
|
||||||
and Linux.](https://github.com/BurntSushi/ripgrep/releases)** Users of platforms
|
macOS and Linux.](https://github.com/BurntSushi/ripgrep/releases)** Users of
|
||||||
not explicitly mentioned below (such as Debian and Ubuntu) are advised to
|
platforms not explicitly mentioned below (such as Debian and Ubuntu) are advised
|
||||||
download one of these archives.
|
to download one of these archives.
|
||||||
|
|
||||||
Linux binaries are static executables. Windows binaries are available either as
|
Linux binaries are static executables. Windows binaries are available either as
|
||||||
built with MinGW (GNU) or with Microsoft Visual C++ (MSVC). When possible,
|
built with MinGW (GNU) or with Microsoft Visual C++ (MSVC). When possible,
|
||||||
@ -157,7 +157,7 @@ prefer MSVC over GNU, but you'll need to have the [Microsoft VC++ 2015
|
|||||||
redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
|
redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
If you're a **Mac OS X Homebrew** or a **Linuxbrew** user,
|
If you're a **macOS Homebrew** or a **Linuxbrew** user,
|
||||||
then you can install ripgrep either
|
then you can install ripgrep either
|
||||||
from homebrew-core, (compiled with rust stable, no SIMD):
|
from homebrew-core, (compiled with rust stable, no SIMD):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user