]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Readme to help windows users use docker for build
authornpoirey <nicolas.poirey@gmail.com>
Fri, 7 Oct 2016 15:18:19 +0000 (17:18 +0200)
committernpoirey <nicolas.poirey@gmail.com>
Fri, 7 Oct 2016 15:21:38 +0000 (17:21 +0200)
readme.md

index a7320202b24314727807b8ef3ebbd19308c2e354..db118f9a38846696df2112e29d63265bd3800365 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -140,6 +140,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need
 
 docker run -e keymap=gwen -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 keyboard=ergobop --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
+
 ```
 
 This will compile the targetted keyboard/keymap and leave it in your QMK directory for you to flash.