summaryrefslogtreecommitdiffstats
path: root/docs/getting_started_build_tools.md
diff options
context:
space:
mode:
authorJose Pablo Mora <JPablomr@users.noreply.github.com>2018-02-23 01:42:04 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-23 19:11:31 +0100
commitd54de1c5f248dc117d3e168719e2a3e222c11a85 (patch)
treed1d6a359322063cc12dd42447f121fa74bc7fe4a /docs/getting_started_build_tools.md
parent8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73 (diff)
downloadqmk_firmware-d54de1c5f248dc117d3e168719e2a3e222c11a85.tar.gz
qmk_firmware-d54de1c5f248dc117d3e168719e2a3e222c11a85.tar.xz
ergobox -> ergodox
Diffstat (limited to 'docs/getting_started_build_tools.md')
-rw-r--r--docs/getting_started_build_tools.md2
1 files changed, 1 insertions, 1 deletions
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
```