From 535cfe0e65c9fb3d2cfaecee83047c9d886c6a11 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 31 Mar 2021 13:46:46 +0200 Subject: [PATCH] README: remove mention of nightly compiler --- README.org | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.org b/README.org index a1f250c..07c5c01 100644 --- a/README.org +++ b/README.org @@ -26,15 +26,7 @@ truth is effectively removed from any mirror as well. =lohr= is [[https://crates.io/crates/lohr][published on crates.io]], so you can install it with ~cargo install~: #+begin_src sh -$ cargo +nightly install lohr -#+end_src - -We currently require a nightly compiler because [[https://github.com/SergioBenitez/Rocket][Rocket]] needs one to compile (a -0.5.0 which compiles on stable Rust is in the making, stay tuned!). You can -install a nightly toolchain with the following command: - -#+begin_src sh -$ rustup install nightly +$ cargo install lohr #+end_src ** Setup