markbates / refresh

MIT License
191 stars 30 forks source link

Problem with the refresh command #45

Closed Evgenii-Gorbushin closed 2 years ago

Evgenii-Gorbushin commented 3 years ago

Hello,

After the application was installed $ go get github.com/markbates/refresh

I typed $ refresh init

and I got the following issue bash: refresh: command not found...

How could the issue be solved? Thank you in advance :)

reyhanfahlevi commented 3 years ago

have you created it when go mod is enabled? try this:

~$ GO111MODULE=off go get -u github.com/markbates/refresh
pollyduan commented 2 years ago

By default, the refresh command is installed in the ~/go/bin directory. Make sure the directory is in the PATH environment variable.

~/go/bin/refresh init

dcrystalj commented 1 year ago

hm this is not working for me in docker