From d5fb249bd6900e3b577c6a2f61cea41e2802b1e4 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Thu, 11 Jul 2024 10:34:44 +1000 Subject: [PATCH] README: add missing rustup command for Linux Signed-off-by: Ivan Velickovic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fa1820f..14e9893b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ To build the documentation you also need On a Debian-like system you can do: $ curl https://sh.rustup.rs -sSf | sh + $ rustup target add x86_64-unknown-linux-musl $ sudo apt install build-essential git cmake ninja-build \ device-tree-compiler libxml2-utils \ pandoc texlive-latex-base texlive-latex-recommended \