Hey, I am new to Go so don't blame me for asking a silly question [:
This is probably even not entirely related to reflex, but to any Go package.
I have installed reflex using go get github.com/cespare/reflex and it worked. But when I reopened terminal it stopped working and it returns -bash: reflex: command not found when I enter reflex in a terminal. Writing go get github.com/cespare/reflex once again does nothing. Should I set a path correctly or something?
Hey, I am new to Go so don't blame me for asking a silly question [: This is probably even not entirely related to reflex, but to any Go package. I have installed reflex using
go get github.com/cespare/reflex
and it worked. But when I reopened terminal it stopped working and it returns-bash: reflex: command not found
when I enterreflex
in a terminal. Writinggo get github.com/cespare/reflex
once again does nothing. Should I set a path correctly or something?