diff --git a/docs/developer-docs/setup/install/index.mdx b/docs/developer-docs/setup/install/index.mdx
index 631bfbf6bf..c83504276d 100644
--- a/docs/developer-docs/setup/install/index.mdx
+++ b/docs/developer-docs/setup/install/index.mdx
@@ -47,7 +47,11 @@ You can download and install the latest version of the [IC SDK](https://github.c
The **IC SDK** is natively supported on Linux or macOS 12.\* Monterey or later.
-There is no native support for dfx
on Windows. However, by installing the Windows Subsystem for Linux (WSL), you can run dfx also on a Windows system as described below.
+There is no native support for dfx
on Windows. However, by installing the Windows Subsystem for Linux (WSL 2), you can run dfx on a Windows system as described below.
+
+:::caution
+Not all features of dfx may be supported on WSL 2.
+:::