facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.57k stars 987 forks source link

Docs fail to mention that installing using ZIP on macOS will not run #1031

Open orome opened 2 years ago

orome commented 2 years ago

The instructions make no mention of the fact that installing as described on macOS will not run ("cannot be opened because it is from an unidentified developer"). What is the correct procedure for installing on macOS?

chadaustin commented 2 years ago

We don't have automatic code signing for our builds. You'll have to permit macOS to run unsigned binaries in your System Preferences.

orome commented 2 years ago

@chadaustin Indeed. Not mentioned in the docs though.