Skip to content

Commit

Permalink
note minimum Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 14, 2017
1 parent f26e0f0 commit b1d1cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -201,7 +201,8 @@ $ nix-env --install ripgrep
$ # (Or using the attribute name, which is also `ripgrep`.)
```

If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`:
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.

```
$ cargo install ripgrep
Expand Down

0 comments on commit b1d1cd2

Please sign in to comment.