mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
Update README to be more explicit about precompiled binaries (fixes #618)
This commit is contained in:
parent
4f1d6af296
commit
58fb4f987e
15
README.md
15
README.md
@ -146,12 +146,15 @@ Summarizing, `ripgrep` is fast because:
|
|||||||
|
|
||||||
The binary name for `ripgrep` is `rg`.
|
The binary name for `ripgrep` is `rg`.
|
||||||
|
|
||||||
[Binaries for `ripgrep` are available for Windows, Mac and
|
**[Archives of precompiled binaries for `ripgrep` are available for Windows, Mac
|
||||||
Linux.](https://github.com/BurntSushi/ripgrep/releases) Linux binaries are
|
and Linux.](https://github.com/BurntSushi/ripgrep/releases)** Users of platforms
|
||||||
static executables. Windows binaries are available either as built with MinGW
|
not explicitly mentioned below (such as Debian and Ubuntu) are advised to
|
||||||
(GNU) or with Microsoft Visual C++ (MSVC). When possible, prefer MSVC over GNU,
|
download one of these archives.
|
||||||
but you'll need to have the
|
|
||||||
[Microsoft VC++ 2015 redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
|
Linux binaries are static executables. Windows binaries are available either as
|
||||||
|
built with MinGW (GNU) or with Microsoft Visual C++ (MSVC). When possible,
|
||||||
|
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)
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
If you're a **Mac OS X Homebrew** user, then you can install ripgrep either
|
If you're a **Mac OS X Homebrew** user, then you can install ripgrep either
|
||||||
|
Loading…
x
Reference in New Issue
Block a user