diff --git a/README.md b/README.md index bd372eea9c..58ffb7fb6d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen - If the WPILib installer was used, this toolchain is already installed - Raspberry Pi toolchain (optional) - Run `./gradlew installArm32Toolchain` after cloning this repository - +- SystemCore toolchain (required for SystemCore development) + - Run `./gradlew installSystemCoreToolchain` after cloning this repository + - If the WPILib installer was used, this toolchain is already installed On macOS ARM, run `softwareupdate --install-rosetta`. This is necessary to be able to use the macOS x86 roboRIO toolchain on ARM.