README: remove mention of nightly compiler
This commit is contained in:
parent
e0fc69781a
commit
535cfe0e65
10
README.org
10
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~:
|
=lohr= is [[https://crates.io/crates/lohr][published on crates.io]], so you can install it with ~cargo install~:
|
||||||
|
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
$ cargo +nightly install lohr
|
$ cargo 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
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Setup
|
** Setup
|
||||||
|
|
Loading…
Reference in a new issue