Add warning about distro-provided qmk packages.

This commit is contained in:
Nick Brassel 2025-05-22 20:30:20 +10:00
parent 90ed47945f
commit 5920274d70
No known key found for this signature in database

View File

@ -87,6 +87,10 @@ curl -fsSL https://install.qmk.fm | sh
**Note for WSL users**: By default, the installation process will clone the QMK repository into your WSL home directory, but if you have cloned manually, ensure that it is located inside the WSL instance instead of the Windows filesystem (ie. not in `/mnt`), as accessing it is currently [extremely slow](https://github.com/microsoft/WSL/issues/4197). **Note for WSL users**: By default, the installation process will clone the QMK repository into your WSL home directory, but if you have cloned manually, ensure that it is located inside the WSL instance instead of the Windows filesystem (ie. not in `/mnt`), as accessing it is currently [extremely slow](https://github.com/microsoft/WSL/issues/4197).
::: :::
::: warning
Any QMK packages provided by your distribution's package manager are almost certainly out of date. It is strongly suggested the installation script above is used instead.
:::
==== FreeBSD ==== FreeBSD
#### Installation #### Installation