diff --git a/README.md b/README.md index bdef5aa..205ef1a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ If it works on a system not mentioned here, please open an issue. Also feel free * gcc * libmagic-dev +* Rust-nighly compiler ### Debian/Ubuntu @@ -49,6 +50,16 @@ If it works on a system not mentioned here, please open an issue. Also feel free ## INSTALLATION: +Compiling hunter currently requires a nighty Rust compiler! +The easiest way to get a nightly compiler is with [rustup](https://rustup.rs/). If you have rustup installed it will automatically download and use a version that is known to work when you run cargo. + +### Install rustup + +``` +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +``` + + ### Build with cargo ```