diff --git a/doc/alternate_cask_taps.md b/doc/alternate_cask_taps.md deleted file mode 100644 index b66740226e6..00000000000 --- a/doc/alternate_cask_taps.md +++ /dev/null @@ -1,32 +0,0 @@ -# Alternate Cask Taps - -## Background - -Homebrew-Cask is an open system, built on Homebrew’s 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.1 - -## Instructions - -1. Create a repository on GitHub following the convention `homebrew-`. - -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 /`. - ---- - -1 While we strive to be inclusive, sometimes this does happen: [#3954](https://github.com/caskroom/homebrew-cask/pull/3954) .