-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme and dependencies #40
Conversation
README.md
Outdated
``` | ||
go get github.com/cloudflare/gokey/cmd/gokey | ||
go install github.com/cloudflare/gokey/cmd/gokey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be go install github.com/cloudflare/gokey/cmd/gokey@latest
?
$ go install github.com/cloudflare/gokey/cmd/gokey
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/cloudflare/gokey/cmd/gokey@latest' to install the latest version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! Yes it should be either @latest
or @master
since there hasn’t been a release in a while.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we actually do @latest
please? (in case we would migrate from master
to main
) and can you squash the commit with the "update the readme" one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok done! Just make sure to do a release once this is in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this one! Once this is merged, it also has to be released as a minor update. |
Thank you for the contribution |
I came across this tool on HN and figured I'd give it some love.
Closes #38
Closes #45