Skip to content
Snippets Groups Projects
Commit c338050a authored by pscalise2's avatar pscalise2
Browse files

Edit README.md

parent 013460f6
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,9 @@ 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:
On _macOS_, after the software install is complete, run this command to add the toolchain to the system PATH:
```
echo 'export PATH="/Applications/ARM/bin/arm-none-eabi-gcc"' >> ~/.zshrc
source ~/.zshrc
echo 'export PATH="/Applications/ARM/bin:$PATH"' >> ~/.zprofile && source ~/.zprofile
```
## Make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment