From 732b7ea930bdb92a895cf97ff7139b258b958fa9 Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Tue, 14 Feb 2023 12:11:58 +0100 Subject: [PATCH] sync run nightly install directions with Book Signed-off-by: Dmitry Savintsev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fd2df..e558c97 100644 --- a/README.md +++ b/README.md @@ -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