diff --git a/README.md b/README.md index 7e8123568d27b35b0faeca22c78ab125a507a1bd..10a24840c2d6523b66af1439f652f5ae09dd9dfb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # Rust support for the card10 CCCamp15 badge +## Prerequisites + +You need Rust Nightly and the arm-none-eabi-gcc toolchain, including libc. + +### Arch Linux + + sudo pacman -S arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib + ## Usage -You need arm-none-eabi-gcc and Rust nightly. Use rustup or NixOS. +You need Rust nightly. Use rustup or NixOS. ```shell rustup update nightly