docs: Remove MSYS2 instructions

This commit is contained in:
Peter Tripp
2025-08-29 17:29:58 -04:00
parent 515282d719
commit db508bbbe2

View File

@@ -114,20 +114,7 @@ cargo test --workspace
## Installing from msys2
[MSYS2](https://msys2.org/) distribution provides Zed as a package [mingw-w64-zed](https://packages.msys2.org/base/mingw-w64-zed). The package is available for UCRT64, CLANG64 and CLANGARM64 repositories. To download it, run
```sh
pacman -Syu
pacman -S $MINGW_PACKAGE_PREFIX-zed
```
You can see the [build script](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-zed/PKGBUILD) for more details on build process.
> Please, report any issue in [msys2/MINGW-packages/issues](https://github.com/msys2/MINGW-packages/issues?q=is%3Aissue+is%3Aopen+zed) first.
See also MSYS2 [documentation page](https://www.msys2.org/docs/ides-editors).
Note that `collab` is not supported for MSYS2.
Zed does not support unofficial MSYS2 Zed packages built for Mingw-w64. Please report any issues you may have with [mingw-w64-zed](https://packages.msys2.org/base/mingw-w64-zed) to [msys2/MINGW-packages/issues](https://github.com/msys2/MINGW-packages/issues?q=is%3Aissue+is%3Aopen+zed).
## Troubleshooting