subjack icon indicating copy to clipboard operation
subjack copied to clipboard

Subjack not installing

Open prajeshy opened this issue 3 years ago • 2 comments

I am getting following, when I enter "go get github.com/haccer/subjack" Screenshot 2022-01-25 at 6 15 29 PM Now, when I try doing "go install github.com/haccer/subjack@latest " I am getting : go

What should I do now?

prajeshy avatar Jan 25 '22 12:01 prajeshy

it should be working .. that command installs the package in "go/bin" directrory just head there and you will find it

do you have "go/bin" in your $PATH environment variable ? if not, just added it by doing (export $PATH=$PATH:/path/to/go/bin)

lysudo avatar Jun 21 '22 14:06 lysudo

Try go install github.com/haccer/subjack@latest

aronmolnar avatar Nov 07 '23 09:11 aronmolnar