Skip to content

I am install but not work #155

Closed Answered by 0xCGonzalo
jagdish10max asked this question in Q&A
Discussion options

You must be logged in to vote

Here is a possible solution:

#78

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: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MetzinAround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants