cespare / reflex

Run a command when files change
MIT License
3.35k stars 135 forks source link

-bash: reflex: command not found #82

Closed longkeng closed 3 years ago

longkeng commented 3 years ago

I have downloaded reflex by

$ go get github.com/cespare/reflex

but the command is always not found.

reflex -g 'v1/*/*.proto' -- bash -c "./BUILD"
/bin/sh: reflex: command not found

I also have exported path as https://github.com/cespare/reflex/issues/26 but it's not working.

longkeng commented 3 years ago

It seems like reflex has been installed yet. But go-get command didn't get any errors.