Browse Source

[Docs] newbs_flashing.md: add link to build environment section (#15654)

pull/15831/head
adlainewson 2 years ago
committed by GitHub
parent
commit
069ef7eb9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/newbs_flashing.md

+ 1
- 1
docs/newbs_flashing.md View File

@ -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>


Loading…
Cancel
Save