summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-06 18:13:29 +0200
committerrabite <rabite@posteo.de>2019-05-06 18:16:33 +0200
commit312b2c6e66550af2c7c374cda4ff90c290a592f6 (patch)
tree92874cd8d282f152afd0d216e9965ac519f7c243
parenta35bf35b6a293fd584fc39c771cb2a79382b3ee1 (diff)
add note about rustup/rust-nightly to instructions
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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
```