-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I don't know anything about go, never mind go get, but when I installed the latest version 1.18 inside WSL2, I was alerted to use go install instead of go get. So, what I ended up having to do to use this to pipe through windows:
GOOS=windows go install github.com/jstarks/npiperelay@latestFor future people who land here:
you'll want to check your GOPATH via
go env GOPATHand then make sure that npiperelay.exe is in your GOBIN -- which might be something like /home/<USER>/go/bin/. I then ended up having to setup a symlink as so
sudo ln -s /home/<USER>/go/bin/windows_amd64/npiperelay.exe /usr/local/bin/npiperelay.exethere was no need to link this back to my windows user.
girlpunk, kjaleshire, zackberman, Yarizk, vtx-roblen and 2 more
Metadata
Metadata
Assignees
Labels
No labels