Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update: Windows Installation Documentation. #1192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,34 @@ also trigger actions (such as rebuilding assets) when matching files change.

Head on over to https://facebook.github.io/watchman/

## installation
System Requirements:

* Linux systems with `inotify`
* macOS (uses `FSEvents` on 10.7+, `kqueue(2)` on earlier versions)
* Windows 10 (64-bit) and up. Windows 7 support is provided by community patches.


Prebuilt Binaries:

* Download and extract the windows release from the latest release here: https://github.com/facebook/watchman/releases/tag/v2024.02.12.00
* It will be named something like watchman-vYYYY.MM.DD.00-windows.zip
* It contains a bin folder. Move that somewhere appropriate and update your PATH environment to reference that location.

Installing via Chocolatey:

Watchman is available via the Chocolatey Windows package manager. Installation is as simple as:

PS C:\> choco install watchman

for more information about Chocolatey:

here: https://chocolatey.org/install

for linux and MacOS goes to the next link.

link: https://facebook.github.io/watchman/docs/install.

## License

Watchman is made available under the terms of the MIT License. See the
Expand Down