Skip to content

Commit

Permalink
Merge pull request #82 from dmitris/nightly-text
Browse files Browse the repository at this point in the history
sync rustup nightly install directions with Book
  • Loading branch information
alessandrod authored Feb 14, 2023
2 parents b00519f + 732b7ea commit 4ce0e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce0e28

Please sign in to comment.