bellecp/fast-p

"go: finding module ... go: found " trouble installing on arch

tjallemaal opened this issue · 2 comments

I recently installed your super fun code.
Now I'm trying to get it on my other computer.
Alas, I have no experience with installing packages with go.
I get weird behaviour.

After the command go install github.com/bellecp/fast-p@v0.2.5 I get " finding .. found" but I don't think anything happens really. Could you perhaps provide a hint what I could do differently?

pic-selected-230715-0632-34
pic-selected-230715-0632-14

I checked both directories but there aren't any fast-p binaries ...

I actually tried also doing it manually but I'm just an illiterate and couldnt get it running that way either ...

You would need to study where does go install place binaries in your system. This is not a question or problem specific to this repository.

You may start investigating with the command go env that may give you a line GOPATH=. The directory after GOPATH= may have a bin subfolder with what you want.

Thank you so much. It worked! Thanks again