diff options
author | Drashna Jael're <drashna@live.com> | 2021-10-20 10:49:38 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-10-20 10:49:38 -0700 |
commit | af3b9c8834018698ebaf570163276f61d74d0b02 (patch) | |
tree | 2b479def6f87455abf9bba497d34f799ad00cac4 | |
parent | 8ea22cc06f5591e04f154ad20e4aa558b03f6f41 (diff) |
Fix zsa readme
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from - `git rm -rf docs users layouts .vscode` to remove the docs and user code that we don't want. - To remove all of the keyboard exept the ones we want: ```sh - find ./keyboards -mindepth 1 -maxdepth 1 -type d -not -name ergodox_ez -not -name planck -not -name moonlander -exec git rm -rf '{}' \;` + find ./keyboards -mindepth 1 -maxdepth 1 -type d -not -name ergodox_ez -not -name planck -not -name moonlander -exec git rm -rf '{}' \; find ./keyboards/planck -mindepth 1 -maxdepth 1 -type d -not -name ez -not -name keymaps -exec git rm -rf '{}' \; ``` - To remove all of the keymaps from folder that we don't want: |