From 8522605248a7b1d9dc6f3e905c18cfd7322e124f Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 11:51:11 +1100 Subject: [PATCH] fix: warning banner must be root indented to render properly --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0a8b1ca9..35ad44488 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -144,11 +144,11 @@ Setup instructions for Windows using Chocolatey: choco install visualstudio2022community ``` -- Install [Visual C++ build tools workload for Visual Studio 2022](https://community.chocolatey.org/packages/visualstudio2022-workload-vctools) +> [!WARNING] +> This next step will likely take a long time. +> Make sure to restart your computer once it is finished. - > [!WARNING] - > This step will likely take a long time. - > Make sure to restart your computer once it is finished. +- Install [Visual C++ build tools workload for Visual Studio 2022](https://community.chocolatey.org/packages/visualstudio2022-workload-vctools) ```sh choco install visualstudio2022-workload-vctools