Skip to content

Commit

Permalink
contributing: update versions reference (#48566)
Browse files Browse the repository at this point in the history
* contributing: update versions reference

* update mas repo
  • Loading branch information
commitay authored and vitorgalvao committed Jun 17, 2018
1 parent 68de363 commit 30868c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ git remote add "${github_user}" "https://github.com/${github_user}/homebrew-ca

## Adding a Cask

Notice an application that's not in Homebrew-Cask yet? Make sure it's not yet in [Caskroom/versions](https://github.com/Homebrew/homebrew-cask-versions) or [Homebrew/core](https://github.com/Homebrew/homebrew-core) (can be searched with `brew search`). Mac App Store apps can't be installed via Homebrew-Cask, but check out [mas](https://github.com/argon/mas) for an alternative.
Notice an application that's not in Homebrew-Cask yet? Make sure it's not yet in [Homebrew/cask-versions](https://github.com/Homebrew/homebrew-cask-versions) or [Homebrew/core](https://github.com/Homebrew/homebrew-core) (can be searched with `brew search`). Mac App Store apps can't be installed via Homebrew-Cask, but check out [mas](https://github.com/mas-cli/mas) for an alternative.

With a bit of work, you can create a Cask for it. [This document](doc/development/adding_a_cask.md) will walk you through creating a new Cask, testing it, and submitting it to us.

Expand Down

0 comments on commit 30868c0

Please sign in to comment.