mention nightly toolchain and rustup in Readme

This commit is contained in:
ElKowar 2020-10-13 11:30:03 +02:00 committed by elkowar
parent d10e98e614
commit 4d6b38f3e1

View file

@ -71,10 +71,10 @@ Eww’s configuration should be placed in `~/.config/eww/eww.xml` and any `s
## Prerequisites ## Prerequisites
- rustc - cargo with nightly toolchain
- cargo
Get them at <https://www.rust-lang.org/tools/install> Rather than with your system package manager, I recommend installing it using [rustup](https://rustup.rs/),
as this makes it easy to use the nightly toolchain, which is necessary to build eww.
<a id="orgdd31739"></a> <a id="orgdd31739"></a>