diff options
author | Jim Tittsler <jimt@onjapan.net> | 2018-12-25 11:52:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 11:52:47 +0900 |
commit | 7d674afe6620c0bc7e347fd908b87c0771d02a9c (patch) | |
tree | 6007cbf726f70967252d92d5586d6fefe1906a26 | |
parent | e56f0a30070cee10847ba7268212a788a68ff5d5 (diff) | |
download | model01-firmware-7d674afe6620c0bc7e347fd908b87c0771d02a9c.tar.gz model01-firmware-7d674afe6620c0bc7e347fd908b87c0771d02a9c.tar.bz2 model01-firmware-7d674afe6620c0bc7e347fd908b87c0771d02a9c.zip |
Correct location of Makefile for library updates
The `Makefile` is one directory higher than was indicated in the README.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,14 +97,14 @@ After that, you'll want to update the Kaleidoscope libraries. ### MacOS ```sh -cd $HOME/Documents/Arduino/hardware/keyboardio/avr +cd $HOME/Documents/Arduino/hardware/keyboardio make update-submodules ``` ### Linux ```sh -cd $HOME/Arduino/hardware/keyboardio/avr +cd $HOME/Arduino/hardware/keyboardio make update-submodules ``` |