diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-10-27 23:03:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 08:03:00 -0700 |
| commit | 9b912416b4334a55d49e84f38d73625f9fa728b1 (patch) | |
| tree | 2bfa7c85102088dfd7b62e0f63ef118f3f7b0271 /docs | |
| parent | 546e6a15dcad55e2b370dddf417d83ae88e87217 (diff) | |
| download | qmk_firmware-9b912416b4334a55d49e84f38d73625f9fa728b1.tar.gz qmk_firmware-9b912416b4334a55d49e84f38d73625f9fa728b1.zip | |
[Docs] Add instructions to create keymap before proceeding (#14945)
Co-authored-by: filterpaper <filterpaper@localhost>
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 b434a04bb..5dbaa5616 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 | |||
| 194 | 194 | ||
| 195 | qmk config user.keymap=<github_username> | 195 | qmk config user.keymap=<github_username> |
| 196 | 196 | ||
| 197 | After this you can leave those arguments off and compile your keyboard like this: | 197 | The keyboard can now be compiled without arguments using the following command after creating your keymap in the next section: |
| 198 | 198 | ||
| 199 | qmk compile | 199 | qmk compile |
| 200 | 200 | ||
