summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-14 08:51:30 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-14 08:51:30 -0500
commitb1d1cd2366ba8d3e40a312ba79ff7078a97165f5 (patch)
treeea7d341b3b7d16f7bd4fce71e67a09f6356fa447 /README.md
parentf26e0f088f23803617734ec7cb76350498aa4a95 (diff)
note minimum Rust version
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 508006f0..32a5ef7c 100644
--- a/README.md
+++ b/README.md
@@ -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