Remove redundant instructions

We just need to install bpf-linker; the rest of this is already encoded
in rust-toolchain.toml.

Fixes #83.
pull/92/head
Tamir Duberstein 2 years ago
parent 69ea57ac54
commit f85e581ea4
No known key found for this signature in database

@ -2,8 +2,6 @@
## Prerequisites
1. Install a rust stable toolchain: `rustup install stable`
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