Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Fetch the package:
- go get github.com/akamai/cli-dns
- Change to the package directory:
- cd $GOPATH/src/github.com/akamai/cli-dns
- Install dependencies using dep:
- dep ensure
- Compile the binary:
- Linux/macOS/*nix: go build -o akamai-dns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement