From d54de1c5f248dc117d3e168719e2a3e222c11a85 Mon Sep 17 00:00:00 2001 From: Jose Pablo Mora Date: Thu, 22 Feb 2018 18:42:04 -0600 Subject: [PATCH] ergobox -> ergodox --- docs/getting_started_build_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 13c8def52..01a932f02 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md @@ -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 ```