From e46bcadb53c9db17719ab61511fdc6c549b5b3fd Mon Sep 17 00:00:00 2001 From: Alex M <7845120+newAM@users.noreply.github.com> Date: Sat, 30 May 2020 07:49:32 -0700 Subject: [PATCH] Update cargo-binutils installation instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e4a68d8..ee0d182c 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- \ source $HOME/.cargo/env rustup target add aarch64-unknown-none-softfloat cargo install cargo-binutils +rustup component add llvm-tools-preview ``` 3. In case you use `Visual Studio Code`, I strongly recommend installing the [Rust Analyzer extension].