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
The drag-and-drop-to-install part is good and should still be there.
After that though, the user needs to be guided into right-clicking the now-installed binary and Open:ing it.
Single-shot user study behind this suggestion :).
The text was updated successfully, but these errors were encountered:
Or we should just create a .pkg installer that can guide the user into right-click-to-open the app after it has been moved into /Applications:
.pkg
/Applications
http://s.sudre.free.fr/Software/Packages/resources.html
Also available on Github: https://github.com/packagesdev/packages
Sorry, something went wrong.
This has been improved now, but still isn't great:
curl https://raw.githubusercontent.com/walles/bubblemon/master/osx/install.sh | bash
Having this in Homebrew would be better, that would basically do the same thing as the curl | bash solution but with neater packaging.
curl | bash
No branches or pull requests
The drag-and-drop-to-install part is good and should still be there.
After that though, the user needs to be guided into right-clicking the now-installed binary and Open:ing it.
Single-shot user study behind this suggestion :).
The text was updated successfully, but these errors were encountered: