aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2020-06-01 20:44:17 -0400
committerBrian Cully <bjc@kublai.com>2020-06-01 22:16:10 -0400
commitc056b242816eaa3c992f6803857274c46f1a831b (patch)
treee629a1e2ed2100a54567f5d31e49b25a4224eb99 /README.md
parent6d85253f59721509a4955f08a7aa93ac196efee4 (diff)
parent03bee4b8746aa79a0f1dcf5e5c0c2a1742b8162d (diff)
downloadModel01-Firmware-c056b242816eaa3c992f6803857274c46f1a831b.tar.gz
Model01-Firmware-c056b242816eaa3c992f6803857274c46f1a831b.zip
Update to newest kaleidoscope
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
```