feat: warn windows users about long setup steps

pull/3281/head
yougotwill 2 months ago
parent 4adc16d65d
commit 8256d0abad

@ -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
```

Loading…
Cancel
Save