Skip to content

Commit

Permalink
Updated Readme to help windows users use docker for build
Browse files Browse the repository at this point in the history
  • Loading branch information
npoirey committed Oct 7, 2016
1 parent 1048a58 commit 628a48c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 628a48c

Please sign in to comment.