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

Commit c37be48

Browse files
committed
Document that you need the rust-src component
1 parent 2fd4f7c commit c37be48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Linux kernel modules in safe Rust
22

3-
1. Install [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild):
3+
1. Install [cargo-xbuild](https://github.com/rust-osdev/cargo-xbuild) and the `rust-src` `rustup` component:
44

55
```
66
cargo install cargo-xbuild
7+
rustup component add --toolchain=nightly rust-src
78
```
89

910
2. cd to one of the examples

0 commit comments

Comments
 (0)