aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentMerge pull request #72 from tych0/doc-fixups (diff)
downloadkeyboardio-model01-7d674afe6620c0bc7e347fd908b87c0771d02a9c.tar.gz
keyboardio-model01-7d674afe6620c0bc7e347fd908b87c0771d02a9c.tar.bz2
keyboardio-model01-7d674afe6620c0bc7e347fd908b87c0771d02a9c.zip
Correct location of Makefile for library updates
The `Makefile` is one directory higher than was indicated in the README.
Diffstat (limited to 'README.md')
-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
```