docs: Update installation instructions for MSYS2 (#13251)

Fixes #13229 

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Nicolò Santilio 2024-06-20 19:56:59 +02:00 committed by GitHub
parent 5a6c55149a
commit 710c387395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,7 @@ cargo test --workspace
[MSYS2](https://msys2.org/) distribution provides Zed as a package. To download the prebuilt binary, run
```
pacman -Syu
pacman -S mingw-w64-ucrt-x86_64-zed
```