From 553ea1f8d9ececd15afe183590dc592e5acb869f Mon Sep 17 00:00:00 2001 From: NicholasCiuica <183861504+NicholasCiuica@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:04:18 -0400 Subject: [PATCH] added note about using WSL for docker compose up --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18ce5c5a..bc905cbd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ If you have [Docker](https://www.docker.com/) installed, you do not need to inst ``` The first run will take a few minutes to install dependencies. + * _NOTE: If you're on Windows, we recommend running this step in a WSL terminal, + as using Command Prompt has been known to cause issues._ + 3. Visit [http://localhost:4000](http://localhost:4000) to view the site. Changes to files will automatically trigger a rebuild and refresh your browser.