diff --git a/README.md b/README.md index 1c822e2..1d68bf8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Events contain the `os.FileInfo` of the file or directory that the event is base go get -u github.com/radovskyb/watcher/... ``` +Install the CLI tool only: + +```shell +go install github.com/radovskyb/watcher/cmd/watcher@latest +``` + # Features - Customizable polling interval.