~ruther/qmk_firmware

628a48c7887e20a69b5a8c84cff956ba2ec7fed2 — npoirey 8 years ago 1048a58
Updated Readme to help windows users use docker for build
1 files changed, 3 insertions(+), 0 deletions(-)

M readme.md
M readme.md => readme.md +3 -0
@@ 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.