aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoradlainewson <adlainewson@users.noreply.github.com>2022-01-10 16:54:22 -0800
committerGitHub <noreply@github.com>2022-01-10 16:54:22 -0800
commit069ef7eb9eb454f47016ca8b7688b647a1e56583 (patch)
treed68949aeb80849243594a40bd39d250d8e433eb1 /docs
parent101f5044359fed6455bccd9f99afa6d5cbdbbf13 (diff)
downloadqmk_firmware-069ef7eb9eb454f47016ca8b7688b647a1e56583.tar.gz
qmk_firmware-069ef7eb9eb454f47016ca8b7688b647a1e56583.zip
[Docs] newbs_flashing.md: add link to build environment section (#15654)
Diffstat (limited to 'docs')
-rw-r--r--docs/newbs_flashing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md
index c17ff4c95..6e90af9d1 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
96 96
97 qmk flash 97 qmk flash
98 98
99If you have not configured your keyboard/keymap name in the CLI, or you have multiple keyboards, you can specify the keyboard and keymap: 99If 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:
100 100
101 qmk flash -kb <my_keyboard> -km <my_keymap> 101 qmk flash -kb <my_keyboard> -km <my_keymap>
102 102