From 4d6b38f3e183d7de98fbe7d78d166e4045ce4557 Mon Sep 17 00:00:00 2001 From: ElKowar <5300871+elkowar@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:30:03 +0200 Subject: [PATCH] mention nightly toolchain and rustup in Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db75631..33f4305 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ Eww’s configuration should be placed in `~/.config/eww/eww.xml` and any `s ## Prerequisites -- rustc -- cargo +- cargo with nightly toolchain -Get them at +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.