diff --git a/docs/development/compiling-mesa-guide.mdx b/docs/development/compiling-mesa-guide.mdx index 1c54d44..c4cf3b6 100644 --- a/docs/development/compiling-mesa-guide.mdx +++ b/docs/development/compiling-mesa-guide.mdx @@ -91,18 +91,11 @@ To allow the system to find `meson`, `flex`, and `bison` from any command line, 1. Open a new **PowerShell** or **Windows Terminal** window. 2. Navigate to the directory where you want to store the project (e.g., `C:\dev`). -3. Clone the repository using one of the following commands: - -Dev: - ```powershell - git clone -b uwp-main https://github.com/SternXD/mesa-uwp.git - ``` - -Stable: - ```powershell - git clone -b uwp-25.2.0 https://github.com/SternXD/mesa-uwp.git - ``` +3. Clone the repository using the following command: +```powershell + git clone -b uwp-25.3.3 https://github.com/SternXD/mesa-uwp.git +``` --- ## 4. Compilation Process