-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed Install on MacOS #89
Comments
Thanks for reporting! Do you know if this is a new development? Have you found any recommendations online about where we should put a binary? |
Package managers like brew began changing their install target location when Apple Silicon came out, details here. As far as I can tell, this simply makes the directory less likely to have been previously created on the user's machine. Believe a quick fix is to create the Other options would be to install in either Lastly, perhaps consider adding a brew tap as an install option. goreleaser automates that quite nicely. |
If homebrew uses I don't have a Mac handy, I'll ask the team if they have any ideas. |
While |
The text was updated successfully, but these errors were encountered: