docs: Update information in MSYS2 section (#36158)

- we are about to drop Zed for MINGW64 because `crash-handler` uses a
symbol which is not presented in `msvcrt.dll`
- mention MSYS2 docs page and CLANGARM64 environment

Release Notes:

- N/A
This commit is contained in:
Maksim Bondarenkov 2025-08-14 13:02:52 +07:00 committed by GitHub
parent ab9fa03d55
commit 5bbdd1a262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,19 +114,19 @@ 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, MINGW64 and CLANG64 repositories. To download it, run
[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
```
then you can run `zeditor` CLI. Editor executable is installed under `$MINGW_PREFIX/lib/zed` directory
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.
## Troubleshooting