ergobox -> ergodox

This commit is contained in:
Jose Pablo Mora 2018-02-22 18:42:04 -06:00 committed by Jack Humbert
parent 8df2ee4ec3
commit d54de1c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasqu
On Windows Docker seems to have issues with the VOLUME tag in Dockerfile, and `$('pwd')` won't print a Windows compliant path; use full path instead, like this:
```bash
docker run -e keymap=default -e keyboard=ergobox_ez --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
docker run -e keymap=default -e keyboard=ergodox_ez --rm -v D:/Users/Sacapuces/Documents/Repositories/qmk:/qmk:rw edasque/qmk_firmware
```