cespare / reflex

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

Command not found on Mac 13.0 #93

Closed Smahrt closed 1 year ago

Smahrt commented 1 year ago

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

Please follow the installation instructions in the readme.