Correct location of Makefile for library updates
The `Makefile` is one directory higher than was indicated in the README.
This commit is contained in:
parent
e56f0a3007
commit
7d674afe66
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user