cespare / reflex

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

Not installing in macOS 10.14.5 #64

Closed gnpan closed 5 years ago

gnpan commented 5 years ago

macOS 10.14.5, go 1.12.7 Using go get github.com/cespare/reflex does nothing.

gnpan commented 5 years ago

Sorry, it's there, just not where I expected (it goes to HOME/go/bin)

anupam-io commented 1 year ago

Where is it then? reflex command is still not working?

NoFacePeace commented 1 year ago

感谢您的来信,我尽快回复您!

Smahrt commented 1 year ago

I'm also having this issue. I installed reflex with

go get github.com/cespare/reflex

but when I run

reflex

I get this error:

zsh: command not found: reflex

and

/bin/sh: command not found: reflex

on zsh and bash respectively. I have added export PATH=$PATH:$HOME/bin to my path but still get the same error.

cespare commented 1 year ago

@Smahrt You should follow the installation instructions.