Remove redundant instructions

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

Fixes #83.
pull/93/head
Tamir Duberstein 1 year ago committed by Tamir Duberstein
parent d6334c269a
commit 0c06a47bc2

@ -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