From 013460f621a1ba48887f70253dfd18c8cc222eb2 Mon Sep 17 00:00:00 2001 From: pscalise2 <pscalise2@huskers.unl.edu> Date: Tue, 18 Feb 2025 21:45:06 -0600 Subject: [PATCH] Edit README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f4dd6f2..205c1e2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Click the appropriate link to download and install the ARM GCC compiler here for The download may take 30 seconds to a minute. Open the downloaded software and follow the instructions in the installer. +On _macOS_, after the software install is complete, run these two commands to add the toolchain to the system PATH: +``` +echo 'export PATH="/Applications/ARM/bin/arm-none-eabi-gcc"' >> ~/.zshrc +source ~/.zshrc +``` + ## Make We will now install the last dependency for this project called Make, which allows us to easily build a binary file for the keychain. -- GitLab