mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-06 07:02:04 -07:00
readme: update minimum version
This commit is contained in:
@@ -210,7 +210,8 @@ $ # (Or using the attribute name, which is also `ripgrep`.)
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`. Note
|
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`. Note
|
||||||
that this requires you to have **Rust 1.12 or newer** installed.
|
that the minimum supported version of Rust for ripgrep is **1.17**, although
|
||||||
|
ripgrep may work with older versions.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cargo install ripgrep
|
$ cargo install ripgrep
|
||||||
@@ -354,7 +355,7 @@ For **zsh**, move `complete/_rg` to one of your `$fpath` directories.
|
|||||||
|
|
||||||
`ripgrep` is written in Rust, so you'll need to grab a
|
`ripgrep` is written in Rust, so you'll need to grab a
|
||||||
[Rust installation](https://www.rust-lang.org/) in order to compile it.
|
[Rust installation](https://www.rust-lang.org/) in order to compile it.
|
||||||
`ripgrep` compiles with Rust 1.12 (stable) or newer. Building is easy:
|
`ripgrep` compiles with Rust 1.17 (stable) or newer. Building is easy:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/BurntSushi/ripgrep
|
$ git clone https://github.com/BurntSushi/ripgrep
|
||||||
|
Reference in New Issue
Block a user