maintainer icon indicating copy to clipboard operation
maintainer copied to clipboard

Support brew install

Open at15 opened this issue 6 years ago • 2 comments

Is it possible to support installing via brew using brew tap?

  • go get will result in downloading dependencies and may mess up the workspace
  • docker requires longer command to run it and may cause file permission issue (haven't tried, just guessing)

I won't make a PR even if I have time /w\

at15 avatar Aug 14 '17 22:08 at15

Thanks for your contribution, you MUST make a PR :weixiao:

gaocegege avatar Aug 15 '17 04:08 gaocegege

might consider using https://github.com/goreleaser/goreleaser, found it when looking some logging package that supports brew install https://github.com/aybabtme/humanlog/blob/master/goreleaser.yaml#L12

at15 avatar Sep 16 '17 22:09 at15