From 6e34c0e5c28a9f8deb6f3f4420222873f82ba824 Mon Sep 17 00:00:00 2001 From: Oliver Jan Krylow Date: Mon, 22 Jan 2018 20:34:42 +0100 Subject: [PATCH] Add dependency Xargo to manual setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f62d3c..f13abcc 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,9 @@ $ ./bootstrap.sh -d # Install rustup.rs $ curl https://sh.rustup.rs -sSf | sh +# Install the sysroot manager Xargo +$ cargo install xargo + # For successive builds start here. If this is your first build, just continue # Update git submodules