add note about nightly compiler feature requirement.

This commit is contained in:
mark 2022-11-20 22:12:53 +01:00
parent a68585ab84
commit 0b21738937

View File

@ -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`: