diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-10-10 00:22:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-10 00:22:12 -0400 |
| commit | aa8aa6af75f7c7a6a66d83930f9bca306dfb8578 (patch) | |
| tree | 8f850f344b0bc731f84c34f3c53ce3799bd39b67 /readme.md | |
| parent | 49fe93fbb3a8ba1b960a1ebc7d590f9c57aac897 (diff) | |
| parent | 628a48c7887e20a69b5a8c84cff956ba2ec7fed2 (diff) | |
| download | qmk_firmware-aa8aa6af75f7c7a6a66d83930f9bca306dfb8578.tar.gz qmk_firmware-aa8aa6af75f7c7a6a66d83930f9bca306dfb8578.zip | |
Merge pull request #808 from npoirey/master
Altgr quick combination and updated readme
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -140,6 +140,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need | |||
| 140 | 140 | ||
| 141 | docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware | 141 | docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware |
| 142 | 142 | ||
| 143 | # 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 | ||
| 144 | docker run -e keymap=default -e keyboard=ergobop --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware | ||
| 145 | |||
| 143 | ``` | 146 | ``` |
| 144 | 147 | ||
| 145 | This will compile the targetted keyboard/keymap and leave it in your QMK directory for you to flash. | 148 | This will compile the targetted keyboard/keymap and leave it in your QMK directory for you to flash. |
