Delete alternate_cask_taps.md

This commit is contained in:
Vítor Galvão 2016-01-15 01:55:38 +00:00
parent 95abd932d7
commit 2e71b849ed
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
# Alternate Cask Taps
## Background
Homebrew-Cask is an open system, built on Homebrews Tap conventions.
Anyone can set up alternative Taps to serve Casks which are not part of the main repository.
## Uses
Possible uses of this feature include:
* Private repositories.
* Testing and development.
* Casks that have not yet been accepted.
* Casks that were rejected.<sup>1</sup>
## Instructions
1. Create a repository on GitHub following the convention `homebrew-<tapname>`.
2. Create a directory `Casks` at the top level of your new repository.
3. Populate the `Casks` directory with Cask files.
4. Push the content to GitHub.
5. Tap the repository using the command `brew tap <github-user>/<tapname>`.
---
<sup>1</sup> While we strive to be inclusive, sometimes this does happen: [#3954](https://github.com/caskroom/homebrew-cask/pull/3954) .