Hey, I'm on Manjaro Linux and I'm trying to get the whole thing running. I was following your guide, but I can't get hover started over the comand line because it is not found.
Do I have to add it to PATH? I tried running hover from it's directory but it wasn't found their either. I also tried go run github.com/go-flutter-desktop/hover which didn't result in an error, but also didn't do anything.
go get probably installed it to ~/go/bin. Please check if its there, then add that folder to your PATH
Go get just downloaded the files to ~/go/src/github.com/go-flutter-desktop/hover. However I also tried installing it and then it was installed to bin.
Edit: Adding it to PATH did work. I'm very much of a total beginner to Linux so this might be totally obvious to others. Maybe add this to your step by step description though.
Most helpful comment
go getprobably installed it to ~/go/bin. Please check if its there, then add that folder to your PATH