From af3b9c8834018698ebaf570163276f61d74d0b02 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Wed, 20 Oct 2021 10:49:38 -0700 Subject: Fix zsa readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 55f5991ad1..070ef4715d 100644 --- a/readme.md +++ b/readme.md @@ -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: -- cgit v1.2.3