pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Provide `@latest` tag for go install #62

Closed mathisto closed 1 year ago

mathisto commented 1 year ago

While installing the manager i encountered this error:

go install github.com/pinpox/base16-universal-manager
go: 'go install' requires a version when current directory is not in a module
    Try 'go install github.com/pinpox/base16-universal-manager@latest' to install the latest version

Appending the relative version tag immediately resolved the issue.

P.S. Thanks so much for the awesome tooling!

pinpox commented 1 year ago

Thanks for taking the time @mathisto