summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-26 02:22:03 +0000
committerQMK Bot <hello@qmk.fm>2021-03-26 02:22:03 +0000
commit0eb36b5e9a677f758b8e7404aa43a1694c4508ed (patch)
treed3179bed86167eb16e31896803074fe6df2c8c62 /docs
parent67252c246c0298ad253d04281e19add65e34d72b (diff)
parentaa2b4a688b5f58bfa2818940c802659c2c1a1800 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/newbs_getting_started.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index 3cb63e5692..7af9579dfb 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -70,6 +70,8 @@ Install the QMK CLI by running:
### ** Linux/WSL **
+?> **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).
+
#### Prerequisites
You will need to install Git and Python. It's very likely that you already have both, but if not, one of the following commands should install them: