diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index dc04b5949478c60cc573e9ba9e79e8a5bd1b6c35..190338e3ff38e961669691c729d77b010979d2e0 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -64,6 +64,19 @@ And to run the tests: cargo test --workspace ``` +## Installing from msys2 + +[MSYS2](https://msys2.org/) distribution provides Zed as a package. To download the prebuilt binary, run + +``` +pacman -S mingw-w64-ucrt-x86_64-zed +``` + +then you can run `zed` in a UCRT64 shell. + +> [!NOTE] +> Please, report any issue in https://github.com/msys2/MINGW-packages/issues first. + ## Troubleshooting ### Can't compile zed