summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@fsck.com>2018-12-24 19:53:47 -0800
committerGitHub <noreply@github.com>2018-12-24 19:53:47 -0800
commit383c5ff1df2983c1e2e1027432b86d7504694c2d (patch)
tree6007cbf726f70967252d92d5586d6fefe1906a26
parente56f0a30070cee10847ba7268212a788a68ff5d5 (diff)
parent7d674afe6620c0bc7e347fd908b87c0771d02a9c (diff)
downloadmodel01-firmware-383c5ff1df2983c1e2e1027432b86d7504694c2d.tar.gz
model01-firmware-383c5ff1df2983c1e2e1027432b86d7504694c2d.tar.bz2
model01-firmware-383c5ff1df2983c1e2e1027432b86d7504694c2d.zip
Merge pull request #74 from jimt/patch-1
Correct location of Makefile for library updates
-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
```