1
0

Merge pull request #74 from jimt/patch-1

Correct location of Makefile for library updates
This commit is contained in:
Jesse Vincent 2018-12-24 19:53:47 -08:00 committed by GitHub
commit 383c5ff1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```