diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-30 02:53:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 02:53:29 -0400 |
commit | 7775f3e4b3309f3102bf9d887a79514a67d18da6 (patch) | |
tree | 66ef1559325eade53478a628ccaf77ac6106fc2a /readme.md | |
parent | 0b7557b60fc5c4fbc356eb161fc51e075d3cb9fd (diff) | |
parent | 8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71 (diff) |
Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodox
Update some obsolete references
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,9 +82,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need ```bash # You'll run this every time you want to build a keymap # modify the keymap and keyboard assigment to compile what you want -# defaults are ergodox_ez/default +# defaults are ergodox/default -docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware +docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware ``` |