mpolden/echoip

How to install on Linux?

rocheston opened this issue · 1 comments

This is the command I ran.

Downloaded this github repository

$ make
bash -c "diff --line-format='%L' <(echo -n) <(gofmt -d -s .)"
go vet ./...
go test ./...
? github.com/mpolden/echoip/cmd/echoip [no test files]
ok github.com/mpolden/echoip/http (cached)
? github.com/mpolden/echoip/iputil/geo [no test files]
ok github.com/mpolden/echoip/iputil (cached)
ok github.com/mpolden/echoip/useragent (cached)
go install ./...

$ echoip -h
echoip: command not found

What am I doing wrong here?

Solved. It is in GOPATH/bin directory.