docs: Add an entry for msys2 package (#12287)

a package for Zed is now avialable in msys2 repository so let the users
know about it. [package
page](https://packages.msys2.org/base/mingw-w64-zed)

Release Notes:

- N/A
This commit is contained in:
Maksim Bondarenkov 2024-05-27 02:55:26 +03:00 committed by GitHub
parent b36d62887e
commit 9e3a182177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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