diff --git a/docs/src/start/development.md b/docs/src/start/development.md index 873f8be2..5a3ee25c 100644 --- a/docs/src/start/development.md +++ b/docs/src/start/development.md @@ -7,7 +7,7 @@ This is easily achieved with [`rustup`]: ```console rustup install stable -rustup install nightly --component rust-src +rustup toolchain install nightly --component rust-src ``` Once you have the Rust tool-chains installed, you must also install the `bpf-linker` - for linking our eBPF program - and `cargo-generate` - for generating the project skeleton.