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

Add updated cask installation method for brew #618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dannykansas
Copy link

@dannykansas dannykansas commented Apr 14, 2021

Issue:

As of Homebrew 3.1.2, cask CLI invocation syntax has changed.

Previous syntax:

brew cask install <cask-package>

Updated syntax:

brew install --cask <cask-package>

I've updated the README.md to reflect this change.

As of Homebrew 3.1.2, `cask` CLI  invocation syntax has changed. 

Previous syntax: 
```brew cask install <cask-package>
``` 
New syntax:
```brew install --cask <cask-package>
```

I've updated the README.md to reflect this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants