summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Tittsler <jimt@onjapan.net>2018-12-25 11:52:47 +0900
committerGitHub <noreply@github.com>2018-12-25 11:52:47 +0900
commit7d674afe6620c0bc7e347fd908b87c0771d02a9c (patch)
tree6007cbf726f70967252d92d5586d6fefe1906a26
parente56f0a30070cee10847ba7268212a788a68ff5d5 (diff)
downloadmodel01-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 665961f..84d0dbf 100644
--- a/README.md
+++ b/README.md
@@ -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
```