aboutsummaryrefslogtreecommitdiffstats
path: root/docs/getting_started_make_guide.md
diff options
context:
space:
mode:
authorQMK Bot2025-07-23 14:09:23 +0200
committerQMK Bot2025-07-23 14:09:23 +0200
commit717b6b8f138180b217bea64f6f0f4a62ef72200d (patch)
treeb7500553482680bd843d2ffea7d5aa8d2ae344fe /docs/getting_started_make_guide.md
parenta954b568eae25dbf1ff293cd312ef170dac0a635 (diff)
parent36c3f4deba7e4c670736cc95db144b25156e90f1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r--docs/getting_started_make_guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md
index 59455adb30..54f915e444 100644
--- a/docs/getting_started_make_guide.md
+++ b/docs/getting_started_make_guide.md
@@ -1,8 +1,8 @@
# More Detailed `make` Instructions
-The full syntax of the `make` command is `<keyboard_folder>:<keymap>:<target>`, where:
+The full syntax of the `make` command is `<keyboard>:<keymap>:<target>`, where:
-* `<keyboard_folder>` is the path of the keyboard, for example `planck`
+* `<keyboard>` is the path of the keyboard, for example `planck`
* Use `all` to compile all keyboards
* Specify the path to compile a revision, for example `planck/rev4` or `planck/rev3`
* If the keyboard doesn't have any folders, it can be left out