Skip to content

Commit 1a77d39

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

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 up to date packages, the easiest way to set this
7+
up is using a [rustup toolchain file]. In the root of your repository, add
8+
`rust-toolchain.toml`:
89

910
```toml
1011
[toolchain]

0 commit comments

Comments
 (0)