diff options
Diffstat (limited to 'docs/getting_started_build_tools.md')
-rw-r--r-- | docs/getting_started_build_tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index 2a682032a..cd92ed68a 100644 --- a/docs/getting_started_build_tools.md +++ b/docs/getting_started_build_tools.md | |||
@@ -118,7 +118,7 @@ If this is a bit complex for you, Docker might be the turn-key solution you need | |||
118 | 118 | ||
119 | ```bash | 119 | ```bash |
120 | # You'll run this every time you want to build a keymap | 120 | # You'll run this every time you want to build a keymap |
121 | # modify the keymap and keyboard assigment to compile what you want | 121 | # modify the keymap and keyboard assignment to compile what you want |
122 | # defaults are ergodox/default | 122 | # defaults are ergodox/default |
123 | 123 | ||
124 | docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware | 124 | docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware |