Skip to content

Commit d75facc

Browse files
Merge pull request #1809 from rymdbar/truthful-install-statement
book: Rephrase target installation
2 parents 0042a3d + 7f31dcf commit d75facc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/src/tutorial/building.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Toolchain
44

5-
In order to compile for UEFI, an appropriate target must be installed. The
6-
easiest way to set this up is using a [rustup toolchain file]. In the root of
7-
your repository, add `rust-toolchain.toml`:
5+
In order to compile for UEFI, an appropriate target must be installed. Unless
6+
your operating system provides packages for the Rust UEFI targets, the easiest
7+
way to set this up is using a [rustup toolchain file]. In the root of your
8+
repository, add `rust-toolchain.toml`:
89

910
```toml
1011
[toolchain]

0 commit comments

Comments
 (0)