README: remove mention of nightly compiler

This commit is contained in:
Antoine Martin 2021-03-31 13:46:46 +02:00
parent e0fc69781a
commit 535cfe0e65

View file

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