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

Edit README.md

parent 4a18d17c
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,12 @@ Click the appropriate link to download and install the ARM GCC compiler here for ...@@ -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. 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 ## 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. We will now install the last dependency for this project called Make, which allows us to easily build a binary file for the keychain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment