coddiwomple
coddiwomple copied to clipboard
Consistent way to install using the Makefile
No, the correct way to install coddiwomple go get github.com/istio-ecosystem/coddiwomple/cmd/cw
and we should update the README to say that. go get
downloads the sources and builds the, putting the binary into $GOPATH/bin (which should be in your $PATH). go install
only works if the files exist locally.
For the record I can't go get
coddiwomple atm. Tempted to move it up to go 1.11 but the dependencies on the operator SDK might be a PITA.
@nacx : Zack and I plan to move cw to go1.11 soon, should remove godep problems. Do you want to change this diff to be ago get
(and would you mind fixing README too?), and then we'll merge that and consider the broken go get
to be a separate, high-priority bug.