aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq_build.md
diff options
context:
space:
mode:
authorQMK Bot2025-11-27 14:37:29 +0100
committerQMK Bot2025-11-27 14:37:29 +0100
commit9acd127cc1318d761aac76a806189fadeaaa247a (patch)
treeaf6649c0034b51d0595855cbb692256ae17d97dd /docs/faq_build.md
parent9ab8e4cd5a9d21f45c9f68c718c7c31765e0a321 (diff)
parent9c2ca00074784dbee27b459d71cfc8e75f47b976 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r--docs/faq_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 54ed576c70..05cb3251c8 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -44,7 +44,7 @@ Pro Micro (Atmega32u4), make sure to include `CONFIG_USB_ACM=y`. Other devices m
Issues encountered when flashing keyboards on Windows are most often due to having the wrong drivers installed for the bootloader, or none at all.
-Re-running the QMK installation script (`./util/qmk_install.sh` from the `qmk_firmware` directory in MSYS2 or WSL) or reinstalling the QMK Toolbox may fix the issue. Alternatively, you can download and run the [`qmk_driver_installer`](https://github.com/qmk/qmk_driver_installer) package manually.
+Re-running the QMK installation script (`curl -fsSL https://install.qmk.fm | sh`) or reinstalling the QMK Toolbox may fix the issue. Alternatively, you can download and run the [`qmk_driver_installer`](https://github.com/qmk/qmk_driver_installer) package manually.
If that doesn't work, then you may need to download and run Zadig. See [Bootloader Driver Installation with Zadig](driver_installation_zadig) for more detailed information.