Skip to content

won't install #78

Closed Answered by forgedhallpass
ProgramFilesx86 asked this question in Q&A
Discussion options

You must be logged in to vote

go get downloads packages under GOPATH, or if the environmental variable is not set I believe it defaults to $HOME/go, hence you should be looking there. (e.g. $GOPATH/bin/shuffledns or ~/go/bin/shuffledns)

For the cloned repository:

cd shuffledns/cmd/shuffledns
go build -o shuffledns
chmod +x shuffledns
./shuffledns 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@0xCGonzalo
Comment options

Answer selected by forgedhallpass
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #73 on October 03, 2021 22:09.