diff --git a/docs/running-locally.md b/docs/running-locally.md index 5019f12eaa83..c4123b57fa90 100644 --- a/docs/running-locally.md +++ b/docs/running-locally.md @@ -32,6 +32,9 @@ Note: * For **Windows WSL2** * Configure [`.wslconfig`](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#configuration-setting-for-wslconfig) to limit memory usage by the WSL2 to prevent VSCode OOM. +* For **Windows File System** + * Clone the repo with `git clone -c core.symlinks=true core.autocrlf=false https://github.com//argo-workflows.git` + * For **Linux** * Use [Docker Desktop](https://docs.docker.com/desktop/linux/install/) instead of [Docker Engine](https://docs.docker.com/engine/install/) to prevent incorrect network configuration by k3d.