watcher
watcher copied to clipboard
followed install instructions, watcher command not recognized in terminal?
I installed watcher, but running "watcher" command does nothing in the terminal except produce an error, does this tool still work? Is there something else I should do in order to get this working?
@osintops
I have struggled same issue :)
maybe you forget three DOTs at the end of go get command
go get -u github.com/radovskyb/watcher/...
I'm not familiar with golang as well, so I don't know what those three dots mean but it worked.