mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-26 19:18:03 +06:00
fix mkdir cmd
This commit is contained in:
parent
56aa51664e
commit
25f138c0d3
@ -15,7 +15,7 @@ git submodule update --init --recursive
|
|||||||
rm -rf keyboard
|
rm -rf keyboard
|
||||||
rm -rf keyboards
|
rm -rf keyboards
|
||||||
cp -r ../qmk_firmware/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/util/ergodox_ex.html keyboards/ergodox_ez/index.html
|
||||||
cp ../qmk_firmware/readme.md qmk_readme.md
|
cp ../qmk_firmware/readme.md qmk_readme.md
|
||||||
./generate.sh
|
./generate.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user