forked from mirrors/qmk_userspace
Update build instructions and Dockerfile to download submodules
This commit is contained in:
parent
b846c25a56
commit
93210547bd
3 changed files with 4 additions and 2 deletions
|
@ -26,4 +26,4 @@ VOLUME /qmk_firmware
|
|||
WORKDIR /qmk_firmware
|
||||
COPY . .
|
||||
|
||||
CMD make $KEYBOARD:$KEYMAP
|
||||
CMD make clean ; make git-submodule ; make $KEYBOARD:$KEYMAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue