Reflex command not found
Reflex command not found (zsh: command not found: reflex
)
open your terminal and run
ls $HOME/go/bin/reflex
to check if reflex is installedif it is installed run
open ~/.zprofile
or~/.zshrc
to open your shell configurationyour shell config may have different name
add these lines to your config
# go path
export PATH="$PATH:$HOME/go/bin"
Last modified: 13 December 2024