-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add Homebrew installation instructions #6
Comments
The brew cask is for version 1.0.4. Do these instructions need to mention anything about what to do when the next version is released? |
There's full information on submitting an update to Cask here but the process is this: Fork https://github.com/phinze/homebrew-cask and edit homebrew-cask/Casks/provisioning.rb Set the
This is the path that you get if you extract the zip referenced in Generate a checksum for the zip reference in shasum -a 256 /path/to/Provisioning-1.0.5.zip Update the Verify with: brew cask audit homebrew-cask/Casks/provisioning.rb --download and test install brew cask install homebrew-cask/Casks/provisioning.rb |
This issue can be closed and documentation should be added to readme. The cask is available here: brew cask install provisioning Also note that there is no such 1.0.5 version right now, latest version is indeed 1.0.4 |
I added a brew cask for version 1.0.4. Cask is an extension for Homebrew which makes it easy to install applications and QuickLook plugins from the command line.
If you have homebrew and homebrew cask installed, simply
If you don't have homebrew cask installed,
Install Homebrew:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
Install Homebrew cask
Install the Provisioning Quick Look plugin:
The text was updated successfully, but these errors were encountered: