]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Home (markdown)
authorErik Dasque <ca_github@frenchguys.com>
Thu, 2 Feb 2017 13:51:36 +0000 (08:51 -0500)
committerErik Dasque <ca_github@frenchguys.com>
Thu, 2 Feb 2017 13:51:36 +0000 (08:51 -0500)
Home.md

diff --git a/Home.md b/Home.md
index 824a44b86739742acfe3ea043d7d19e5feac157f..145b815eeea245766a9dfcba69ec908a0d6eef55 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -99,10 +99,10 @@ If this is a bit complex for you, Docker might be the turn-key solution you need
 # modify the keymap and keyboard assigment to compile what you want
 # defaults are ergodox/default
 
-docker run -e keymap=gwen -e keymap=default -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
+docker run -e keymap=gwen -e subproject=ez -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
 
 # On windows docker seems to have issue with VOLUME tag in Dockerfile, and $('pwd') won't print a windows compliant path, use full path instead like this
-docker run -e keymap=default -e keymap=default -e keyboard=ergobox --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
+docker run -e keymap=default -e subproject=ez -e keyboard=ergobox --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
 
 ```