From 6930c20192f50b918282d5461d2c98cace5cbb56 Mon Sep 17 00:00:00 2001 From: alhg Date: Sat, 25 Oct 2025 12:33:42 -0700 Subject: [PATCH] Update README to include install of rust toolchain Signed-off-by: alhg --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a25d2696d..22996fc24 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ ## Building You need an `aarch64-linux-gnu-gcc` cross-compiler toolchain (or a native one, if running on ARM64). +You will also need to install the `aarch64-unknown-none-softfloat` toolchain for rust. + +```shell +$ rustup target add aarch64-unknown-none-softfloat +``` ```shell $ git clone --recursive https://github.com/AsahiLinux/m1n1.git