watcher icon indicating copy to clipboard operation
watcher copied to clipboard

followed install instructions, watcher command not recognized in terminal?

Open algoflows opened this issue 5 years ago • 1 comments

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?

algoflows avatar Oct 14 '20 14:10 algoflows

@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.

HurSungYun avatar Nov 13 '20 03:11 HurSungYun