Merge pull request #74 from jimt/patch-1
Correct location of Makefile for library updates
This commit is contained in:
commit
383c5ff1df
@ -97,14 +97,14 @@ After that, you'll want to update the Kaleidoscope libraries.
|
|||||||
|
|
||||||
### MacOS
|
### MacOS
|
||||||
```sh
|
```sh
|
||||||
cd $HOME/Documents/Arduino/hardware/keyboardio/avr
|
cd $HOME/Documents/Arduino/hardware/keyboardio
|
||||||
make update-submodules
|
make update-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd $HOME/Arduino/hardware/keyboardio/avr
|
cd $HOME/Arduino/hardware/keyboardio
|
||||||
make update-submodules
|
make update-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user