diff options
author | Ryan <fauxpark@gmail.com> | 2020-10-18 02:45:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-18 02:45:21 +1100 |
commit | f0a1ab5488425857987e94c883fd13cc661a92a8 (patch) | |
tree | 8691394ba36f3f56820f72dd9f3abe789e7b44fd /docs | |
parent | 1a2a838bc204d0b287366d9518b0d222cbb33049 (diff) |
MSYS and WSL installation improvements (#10593)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/driver_installation_zadig.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/driver_installation_zadig.md b/docs/driver_installation_zadig.md index 403b78da0c..4519a21e6b 100644 --- a/docs/driver_installation_zadig.md +++ b/docs/driver_installation_zadig.md @@ -4,7 +4,7 @@ QMK presents itself to the host as a regular HID keyboard device, and as such re There are two notable exceptions: the Caterina bootloader, usually seen on Pro Micros, and the HalfKay bootloader shipped with PJRC Teensys, appear as a serial port and a generic HID device respectively, and so do not require a driver. -We recommend the use of the [Zadig](https://zadig.akeo.ie/) utility. If you have set up the development environment with MSYS2 or WSL, the `qmk_install.sh` script will have asked if you want it to install the drivers for you. +We recommend the use of the [Zadig](https://zadig.akeo.ie/) utility. If you have set up the development environment with MSYS2, the `qmk_install.sh` script will have already installed the drivers for you. ## Installation |