Skip to content

Commit 7f31dcf

Browse files
author
cos
committed
book: Rephrase target installation
1 parent 168c1aa commit 7f31dcf

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)