andreaskoch / dee-cli

Cross-platform command-line utility for DNS updates via DNSimple
Other
1 stars 0 forks source link

Didn't install... #1

Open mrjcleaver opened 8 years ago

mrjcleaver commented 8 years ago

martincleaver@MartinCleaversMBP-2.local:~/SoftwareDevelopment 18:42:14 499$ git clone git@github.com:andreaskoch/dee-cli.git && cd dee-cli Cloning into 'dee-cli'... remote: Counting objects: 374, done. remote: Total 374 (delta 0), reused 0 (delta 0), pack-reused 373 Receiving objects: 100% (374/374), 376.58 KiB | 333.00 KiB/s, done. Resolving deltas: 100% (149/149), done. Checking connectivity... done. martincleaver@MartinCleaversMBP-2.local:~/SoftwareDevelopment/dee-cli 18:42:21 500$ go run make.go -install actioncreate.go:11:2: cannot find package "github.com/andreaskoch/dee-ns" in any of: /usr/local/go/src/github.com/andreaskoch/dee-ns (from $GOROOT) ($GOPATH not set) cli.go:11:2: cannot find package "github.com/mitchellh/go-homedir" in any of: /usr/local/go/src/github.com/mitchellh/go-homedir (from $GOROOT) ($GOPATH not set) actionlist.go:12:2: cannot find package "github.com/pearkes/dnsimple" in any of: /usr/local/go/src/github.com/pearkes/dnsimple (from $GOROOT) ($GOPATH not set) cli.go:12:2: cannot find package "github.com/spf13/afero" in any of: /usr/local/go/src/github.com/spf13/afero (from $GOROOT) ($GOPATH not set) Error running go install --ldflags=-X main.GitInfo=v0.7.0-2016-05-23-af8087e: exit status 1exit status 1

I'm new to Go...

Thx. M.

andreaskoch commented 8 years ago

Thanks for pointing that out. The installation instructions did not work. The easiest way to install dee-cli is using go get:

go get -u github.com/andreaskoch/dee-cli

Please let me know if this resolves your problem.