yuzutech / kroki-cli

A Kroki CLI
MIT License
65 stars 6 forks source link

Use fully qualified Go module path #32

Closed folliehiyuki closed 2 years ago

folliehiyuki commented 2 years ago

With this change a user can blindly run go install github.com/yuzutech/kroki-cli/cmd/kroki@latest to install the package.

ggrossetie commented 2 years ago

It looks good, thanks!

With this change a user can blindly run go install github.com/yuzutech/kroki-cli/cmd/kroki@latest to install the package.

I didn't even know that was possible. Could you please mention that in the README? I think we should add an "Installation" section after "Usage" and mention that we can either download a binary from https://github.com/yuzutech/kroki-cli/releases or run go install ....

Thanks again!

folliehiyuki commented 2 years ago

I added the Installation section into the README as suggested.

ggrossetie commented 2 years ago

Thank you 🤗