Merge pull request #82 from dmitris/nightly-text

sync rustup nightly install directions with Book
pull/79/head
Alessandro Decina 2 years ago committed by GitHub
commit 4ce0e28314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
## Prerequisites
1. Install a rust stable toolchain: `rustup install stable`
1. Install a rust nightly toolchain: `rustup install nightly`
1. Install a rust nightly toolchain with the rust-src component: `rustup toolchain install nightly --component rust-src`
1. Install bpf-linker: `cargo install bpf-linker`
## Build eBPF

Loading…
Cancel
Save