diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-27 15:03:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-27 15:03:34 +0000 |
commit | 31f4c7022f2bbd6c35407f39ce5d536f40c86a9b (patch) | |
tree | 8e9408684fd3767b36a7cffb1d0943d1e986a1a3 /docs | |
parent | 4c077059b8e130049bf0fbb9714a8f66cc3fb8f4 (diff) | |
parent | 9b912416b4334a55d49e84f38d73625f9fa728b1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/newbs_getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md index b434a04bbe..5dbaa56169 100644 --- a/docs/newbs_getting_started.md +++ b/docs/newbs_getting_started.md @@ -194,7 +194,7 @@ You can also set your default keymap name. Most people use their GitHub username qmk config user.keymap=<github_username> -After this you can leave those arguments off and compile your keyboard like this: +The keyboard can now be compiled without arguments using the following command after creating your keymap in the next section: qmk compile |