From 74314a17803e961fbb4e864888ca0a88b8d397c6 Mon Sep 17 00:00:00 2001
From: Camille Coutens <41164034+Kamsou@users.noreply.github.com>
Date: Sun, 9 Mar 2025 17:33:41 +0100
Subject: [PATCH] docs: improve HMR performance note for Windows users (#31301)

---
 docs/1.getting-started/2.installation.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md
index 7a0cef8f31..f587258173 100644
--- a/docs/1.getting-started/2.installation.md
+++ b/docs/1.getting-started/2.installation.md
@@ -30,6 +30,7 @@ Or follow the steps below to set up a new Nuxt project on your computer.
   :summary[Additional notes for an optimal setup:]
   - **Node.js**: Make sure to use an even numbered version (18, 20, etc)
   - **Nuxtr**: Install the community-developed [Nuxtr extension](https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode)
+  - **WSL**: If you're using Windows, we recommend using [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install) with a distribution like Ubuntu for a better developer performance.
   ::
 ::