From 826b4ff071913cb8d45b6f5d61dfd58ba2a68103 Mon Sep 17 00:00:00 2001 From: Stephen Jennings Date: Fri, 20 Dec 2024 09:37:54 -0800 Subject: [PATCH] Add WinGet installation instructions --- website/docs/install.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/docs/install.md b/website/docs/install.md index 3a8c5172de9f..cb6a8de2e6c0 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -41,6 +41,21 @@ If you encounter issues with the Windows version of watchman, please report them via GitHub! [You can find the list of known Windows issues here](https://github.com/facebook/watchman/issues?utf8=%E2%9C%93&q=is%3Aopen+Windows). +### Installing via WinGet + +Watchman is available via the [Windows Package +Manager](https://learn.microsoft.com/en-us/windows/package-manager/), also known +as WinGet. + +```powershell +PS C:\> winget install facebook.watchman +``` + +The package is maintained by the community rather than by Meta, so if you +experience issues with installation or uninstallation, you should [contact the +package maintainers](https://github.com/microsoft/winget-pkgs/issues) for +assistance. + ### Installing via Chocolatey Watchman is available via the