Nitpick: The installation instructions aren't very friendly for someone who hasn't installed Rust before, as it asks them to install 2 different toolchains even though they presumably only need one, and then install a separate musl target for each toolchain even if they don't want to use musl. Also `rustup target install` isn't a documented subcommand, perhaps you meant `rustup target add`?