summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-06 18:13:29 +0200
committerrabite <rabite@posteo.de>2019-05-06 21:41:22 +0200
commitbaaca8fd5482c4b7386b587303509fd2d9751da6 (patch)
treeb67b64993149b47293966f0af2e9454c53711095
parent82f2b868a200fd6efe8e1d80a1421f0388ed103c (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
```