We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07ae54 commit 89d89b8Copy full SHA for 89d89b8
docs/src/development/windows.md
@@ -104,13 +104,13 @@ pacman -Syu
104
pacman -S $MINGW_PACKAGE_PREFIX-zed
105
```
106
107
-then you can run `zed` in a shell.
+then you can run `zeditor` CLI. Editor executable is installed under `$MINGW_PREFIX/lib/zed` directory
108
109
You can see the [build script](https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-zed/PKGBUILD) for more details on build process.
110
111
> Please, report any issue in [msys2/MINGW-packages/issues](https://github.com/msys2/MINGW-packages/issues?q=is%3Aissue+is%3Aopen+zed) first.
112
113
-Note that `collab` is not supported for msys2.
+Note that `collab` is not supported for MSYS2.
114
115
## Troubleshooting
116
0 commit comments