From f49cc639bb7097e9f2c083b920fa8a36f191b593 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 14 Apr 2024 14:19:03 +0800 Subject: [PATCH] add sentence on windows to contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46e105a9e..6907a4b05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Developer guide -For ffsim development on Windows, we recommend using [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/) and doing development within the WSL. +The instructions on this page won't work natively on Windows. For ffsim development on Windows, we recommend using [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/) and doing development within the WSL. ## Setup