aboutsummaryrefslogtreecommitdiff
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
parentMerge pull request #72 from tych0/doc-fixups (diff)
parentCorrect location of Makefile for library updates (diff)
downloadkeyboardio-model01-383c5ff1df2983c1e2e1027432b86d7504694c2d.tar.gz
keyboardio-model01-383c5ff1df2983c1e2e1027432b86d7504694c2d.tar.bz2
keyboardio-model01-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
```