What
Add Windows coverage to the user docs:
README.md: the Homebrew section says it works for macOS and Linux; add a Windows path (download the zip from Releases, or a package manager such as winget/scoop if one is set up).
docs/installation.md: the install script uses uname and a tarball; add a PowerShell equivalent or a manual zip download section.
docs/requirements.md: state which Windows versions are supported (Unix domain sockets require Windows 10 1803+).
docs/plugin-configuration.md already describes .exe plugin discovery via PATHEXT; link to it from the Windows section.
Why
After #221 no docs mention Windows. When Windows binaries ship again users need install instructions and the plugin naming convention in one place.
Notes
Blocked on the GoReleaser change so the download instructions point at real artifacts.
What
Add Windows coverage to the user docs:
README.md: the Homebrew section says it works for macOS and Linux; add a Windows path (download the zip from Releases, or a package manager such aswinget/scoopif one is set up).docs/installation.md: the install script usesunameand a tarball; add a PowerShell equivalent or a manual zip download section.docs/requirements.md: state which Windows versions are supported (Unix domain sockets require Windows 10 1803+).docs/plugin-configuration.mdalready describes.exeplugin discovery viaPATHEXT; link to it from the Windows section.Why
After #221 no docs mention Windows. When Windows binaries ship again users need install instructions and the plugin naming convention in one place.
Notes
Blocked on the GoReleaser change so the download instructions point at real artifacts.