By now the installation works with go get
or from source.
Run the following commend to install via go get
$ go get -u github.com/42nerds/42nerdsctl
This will install the executable to your $GOPATH/bin
directory. Make sure this is in your path
To install from source use the following commands
$ git clone [email protected]:42nerds/42nerdsctl.git
$ cd 42nerdsctl
$ go install
This CLI is written by Julian Kaffke <[email protected]>