Merge pull request #17058 from caskroom/delete-faq

Delete FAQ.md
This commit is contained in:
Vítor Galvão 2016-01-15 14:13:27 +00:00
commit 781bdf5711
3 changed files with 2 additions and 35 deletions

View File

@ -40,7 +40,7 @@ $ open ~/Applications/"Google Chrome.app"
* Find basic documentation on using homebrew-cask in [USAGE.md](USAGE.md)
* Want to contribute a Cask? Awesome! See [CONTRIBUTING.md](CONTRIBUTING.md)
* Want to hack on our code? Also awesome! See [hacking.md](doc/hacking.md)
* More project-related details and discussion are available in [FAQ.md](doc/FAQ.md) and [CASK_LANGUAGE_REFERENCE.md](doc/CASK_LANGUAGE_REFERENCE.md)
* More project-related details and discussion are available in the [documentation](doc)
## Questions? Wanna chat?

View File

@ -18,7 +18,7 @@ shopt -s nocasematch # case-insensitive regular expressions
script_subdir='developer/bin'
template_subdir='doc/issue_templates'
generate_url_script='generate_issue_template_urls'
files_to_update=('README.md' 'doc/FAQ.md')
files_to_update=('README.md')
###
### functions

View File

@ -1,33 +0,0 @@
# Frequently Asked Questions
## What is a Cask?
A `Cask` is like a `Formula` in Homebrew except it describes how to download and install a binary application. To learn how to write a Cask, see [CONTRIBUTING.md](../CONTRIBUTING.md). For a complete reference, see [CASK_LANGUAGE_REFERENCE.md](CASK_LANGUAGE_REFERENCE.md).
## What's the status of this project? Where's it headed?
The idea is for each Cask to encapsulate and automate the story of how a given application should be installed. Join us in building up a community-maintained collection of Casks that is striving to become the standard way that hackers install Mac apps.
## Can I contribute?
__Yes, yes, yes!__ Please fork/pull request to update Casks, add features and clean up documentation! Anything you can do to help out is very welcome.
It's also [__pretty darn easy__ to create Casks](../CONTRIBUTING.md), so please build more of them for the software you use. And if Homebrew-Cask doesn't support the packaging format of your software, please [open an issue][feature_request_template] so we can get them to work together.
The whole idea is to build a _community-maintained_ list of easily installable packages, so the community part is important! Every little bit counts.
## Can I set up my own Cask Tap?
Yes! See [alternate_cask_taps.md](alternate_cask_taps.md).
## Can I install a version other than the English one?
Some applications such as Thunderbird or Firefox provide many localized versions. However, currently only English versions are provided in the main repository. Additional languages may be available in the [https://github.com/caskroom/homebrew-versions](homebrew-version repository). We are aiming to find a better system to manage multiple languages and versions.
## `brew cask list` shows that a package is installed, but when I try to do `brew cask uninstall`, it tells me that the package is not installed. Help!
This is a problem with the bookkeeping in the current implementation of Cask, which gets confused if a cask is updated after installation. For now, use the `brew cask uninstall --force` to uninstall these packages.
This issue is currently being addressed [here](https://github.com/caskroom/homebrew-cask/issues/4688) and [here](https://github.com/caskroom/homebrew-cask/issues/4678).
[feature_request_template]: https://github.com/caskroom/homebrew-cask/issues/new?title=Feature%20request%3A&body=%23%23%23%20Description%20of%20feature%2Fenhancement%0A%0A%0A%0A%23%23%23%20Justification%0A%0A%0A%0A%23%23%23%20Example%20use%20case%0A%0A%0A%0A