mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
fix mkdir cmd
This commit is contained in:
parent
56aa51664e
commit
25f138c0d3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ git submodule update --init --recursive
|
|||
rm -rf keyboard
|
||||
rm -rf keyboards
|
||||
cp -r ../qmk_firmware/keyboards .
|
||||
mk keyboards/ergodox_ez/
|
||||
mkdir keyboards/ergodox_ez/
|
||||
cp ../qmk_firmware/util/ergodox_ex.html keyboards/ergodox_ez/index.html
|
||||
cp ../qmk_firmware/readme.md qmk_readme.md
|
||||
./generate.sh
|
||||
|
|
Loading…
Reference in a new issue