From c115ddc1645366c49d707cb31169551bf57bd8b5 Mon Sep 17 00:00:00 2001 From: Sonic Date: Tue, 14 Jan 2025 21:29:24 +0200 Subject: [PATCH] fix: order in README list --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2bdda1..1050350 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ## Prerequisites 1. stable rust toolchains: `rustup toolchain install stable` -1. nightly rust toolchains: `rustup toolchain install nightly --component rust-src` -1. (if cross-compiling) rustup target: `rustup target add ${ARCH}-unknown-linux-musl` -1. (if cross-compiling) LLVM: (e.g.) `brew install llvm` (on macOS) -1. (if cross-compiling) C toolchain: (e.g.) [`brew install filosottile/musl-cross/musl-cross`](https://github.com/FiloSottile/homebrew-musl-cross) (on macOS) -1. bpf-linker: `cargo install bpf-linker` (`--no-default-features` on macOS) +2. nightly rust toolchains: `rustup toolchain install nightly --component rust-src` +3. (if cross-compiling) rustup target: `rustup target add ${ARCH}-unknown-linux-musl` +4. (if cross-compiling) LLVM: (e.g.) `brew install llvm` (on macOS) +5. (if cross-compiling) C toolchain: (e.g.) [`brew install filosottile/musl-cross/musl-cross`](https://github.com/FiloSottile/homebrew-musl-cross) (on macOS) +6. bpf-linker: `cargo install bpf-linker` (`--no-default-features` on macOS) ## Build & Run