Skip to content
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

Merged
merged 2 commits into from
Jul 12, 2022
Merged

Conversation

danielledeleo
Copy link
Contributor

@danielledeleo danielledeleo commented Jul 10, 2022

I came across this tool on HN and figured I'd give it some love.

Closes #38
Closes #45

README.md Outdated
```
go get github.com/cloudflare/gokey/cmd/gokey
go install github.com/cloudflare/gokey/cmd/gokey
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

@ignatk ignatk Jul 11, 2022

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?

Copy link
Contributor Author

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point @jagger27 , Please do merge #47 and other pending PRs before release 😄

@IgnorantSapient
Copy link

Great work on this one! Once this is merged, it also has to be released as a minor update.

@ignatk
Copy link
Contributor

ignatk commented Jul 12, 2022

Thank you for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package not installing on Mac Update doc: use go install instead
3 participants