1
0

Correct location of Makefile for library updates

The `Makefile` is one directory higher than was indicated in the README.
This commit is contained in:
Jim Tittsler 2018-12-25 11:52:47 +09:00 committed by GitHub
parent e56f0a3007
commit 7d674afe66
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
```