From 0c06a47bc2603d747e5b957d7f69a2e70c352f58 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 13 Jun 2023 19:43:51 +0000 Subject: [PATCH] Remove redundant instructions We just need to install bpf-linker; the rest of this is already encoded in rust-toolchain.toml. Fixes #83. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e558c97..fdc5c59 100644 --- a/README.md +++ b/README.md @@ -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