diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 00:54:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 00:54:24 +0000 |
commit | db608aae51a8f09c67e5a1206af36ba994d6ca64 (patch) | |
tree | 43cbeee98bba5c3d0cf0e19a24d45d142aca1f56 /docs | |
parent | bc617d8ad1f76b7d7655aafd7dd0fcd1a3dd4733 (diff) | |
parent | 069ef7eb9eb454f47016ca8b7688b647a1e56583 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/newbs_flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md index c17ff4c956..6e90af9d10 100644 --- a/docs/newbs_flashing.md +++ b/docs/newbs_flashing.md @@ -96,7 +96,7 @@ This has been made pretty simple compared to what it used to be. When you are re qmk flash -If you have not configured your keyboard/keymap name in the CLI, or you have multiple keyboards, you can specify the keyboard and keymap: +If you did not configure your keyboard/keymap name in the CLI according to the [Configure your build environment](newbs_getting_started.md) section, or you have multiple keyboards, you can specify the keyboard and keymap: qmk flash -kb <my_keyboard> -km <my_keymap> |