coddiwomple icon indicating copy to clipboard operation
coddiwomple copied to clipboard

Consistent way to install using the Makefile

Open nacx opened this issue 6 years ago • 3 comments

nacx avatar Oct 18 '18 16:10 nacx

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.

ZackButcher avatar Oct 18 '18 17:10 ZackButcher

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.

ZackButcher avatar Oct 18 '18 20:10 ZackButcher

@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.

mt-inside avatar Oct 23 '18 11:10 mt-inside