gravityblast / fresh

Build and (re)start go web apps after saving/creating/deleting source files.
MIT License
3.77k stars 380 forks source link

fresh: command not find #117

Open Liu-Weijie opened 2 years ago

Liu-Weijie commented 2 years ago

I used go get -v -u github.com/pilu/fresh in ubuntu, but when I use fresh, I get the error about command not find. And I can't see the fresh in go/bin, but I can see the fresh in go/pkg. Could anyone give me some help to fix this issue?

sherlockwhite commented 2 years ago

try go install

Crollster commented 2 years ago

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

Liu-Weijie commented 2 years ago

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

Ok, thank you, I will try it.

MarkSCQ commented 1 year ago

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

It does work!!!!! Thank you!!!!! 🥳🥳🥳🥳🥳🥳🥳🥳