From 89d89b8b2dbc41a467e5abe452a01f4407e8446f Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:08:54 +0300 Subject: [PATCH] docs: Update MSYS2 section to add information about CLI (#25882) MSYS2 now provides CLI along with editor in Zed package: https://packages.msys2.org/packages/mingw-w64-ucrt-x86_64-zed Closes #ISSUE Release Notes: - N/A --- docs/src/development/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 97c418144c58642f2ec09f3cd0200e11c6b23dd4..53404449b6258ce570aa6c9498846d6818c702a5 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -104,13 +104,13 @@ pacman -Syu pacman -S $MINGW_PACKAGE_PREFIX-zed ``` -then you can run `zed` in a shell. +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. -Note that `collab` is not supported for msys2. +Note that `collab` is not supported for MSYS2. ## Troubleshooting