We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried to follow the installation instructions for Mac. I ran
curl -OL https://github.com/humanmade/go-anonymize-mysqldump/releases/download/latest/go-anonymize-mysqldump_darwin_amd64.gz
and then tried
gunzip go-anonymize-mysqldump_darwin_amd64.gz
However, the latter returns
gunzip: go-anonymize-mysqldump_darwin_amd64.gz: not in gzip format
The text was updated successfully, but these errors were encountered:
Hi @the-bass it looks like links to zip files do not work for the latest version but if you go to https://github.com/humanmade/go-anonymize-mysqldump/releases/latest it will redirect to the latest version (0.3.0) and you can use any of the links listed on the releases page. For you I think that's https://github.com/humanmade/go-anonymize-mysqldump/releases/download/0.3.0/go-anonymize-mysqldump_darwin_amd64.gz
latest
Sorry, something went wrong.
That did the trick! Thanks a lot, @svandragt!
Updated readme installation instructions fix
6e0bd50
Fixes #15
No branches or pull requests
I just tried to follow the installation instructions for Mac. I ran
and then tried
However, the latter returns
The text was updated successfully, but these errors were encountered: