Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 8b617c9

Browse files
committed
Make the README text more accurate
1 parent ede0645 commit 8b617c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rustup component add --toolchain=nightly rust-src rustfmt
7070
cd hello-world
7171
```
7272

73-
3. Build the static object with cargo build, pointing it at our custom target
73+
3. Build the static object with cargo build, cross-compiling for the kernel target
7474

7575
```
7676
cargo build -Z build-std=core,alloc --target x86_64-linux-kernel

0 commit comments

Comments
 (0)