From 8256d0abadff9c0c4dca4eb5cf485b45a3ac0535 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 11:48:46 +1100 Subject: [PATCH] feat: warn windows users about long setup steps --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 572360d3a..1fb197478 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,6 +125,10 @@ Setup instructions for Windows using Chocolatey: - Install [Visual C++ build tools workload for Visual Studio 2022](https://community.chocolatey.org/packages/visualstudio2022-workload-vctools) + > [!WARNING] + > This step will likely take a long time. + > Make sure to restart your computer once it is finished. + ```sh choco install visualstudio2022-workload-vctools ```