From 0b217389378275ab9064f843ad3b6a33006463eb Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 20 Nov 2022 22:12:53 +0100 Subject: [PATCH] add note about nightly compiler feature requirement. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a8c09a..4135160 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ total 0 ### Installation -Make sure you have a working [rust environment](https://rustup.rs/)! +Make sure you have a working [rust environment](https://rustup.rs/), +that supports [`#![feature(iter_intersperse)]`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.intersperse) Then execute the following commands in order. This assumes `/usr/bin` is on your `$PATH`: