diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |