From 7f31dcf1a5d28df7ca5f83b7ac37f7fdc10df38a Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 1 Nov 2025 17:40:56 +0100 Subject: [PATCH] book: Rephrase target installation --- book/src/tutorial/building.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/book/src/tutorial/building.md b/book/src/tutorial/building.md index 565b05675..ac81e41e9 100644 --- a/book/src/tutorial/building.md +++ b/book/src/tutorial/building.md @@ -2,9 +2,10 @@ ## Toolchain -In order to compile for UEFI, an appropriate target must be installed. The -easiest way to set this up is using a [rustup toolchain file]. In the root of -your repository, add `rust-toolchain.toml`: +In order to compile for UEFI, an appropriate target must be installed. Unless +your operating system provides packages for the Rust UEFI targets, the easiest +way to set this up is using a [rustup toolchain file]. In the root of your +repository, add `rust-toolchain.toml`: ```toml [toolchain]