From ee3b17ae3c1c548becfc05aff047569af6adf1cb Mon Sep 17 00:00:00 2001 From: Daniela Silva <152733853+DaniSilvaCodes@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:21:09 -0300 Subject: [PATCH] Apply review suggestions to Windows documentation --- docs/windows.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/windows.md b/docs/windows.md index 8bb1a079e..42ba9d084 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -55,7 +55,7 @@ pacman -S git rsync --- -## Step 4 – Configure the PATH Environment Variable +### Configure the PATH Environment Variable 1. Open **Windows Environment Variables** 2. Edit the **PATH** variable @@ -75,7 +75,7 @@ C:\msys64\usr\bin --- -## Step 5 – Choose a Good Source Code Location +## Step 4 – Choose a Good Source Code Location To avoid build issues: @@ -129,5 +129,3 @@ For advanced topics such as running tests or building wheels, see: --- -> **Note**\ -> This guide does not replace the official documentation. It is intended to make the first steps easier for new Anki contributors on Windows.