diff options
| author | Mike McQuaid | 2017-01-03 19:59:15 +0000 |
|---|---|---|
| committer | GitHub | 2017-01-03 19:59:15 +0000 |
| commit | 46b43a19bc6c2bd1d1703db0125ea4375720d41d (patch) | |
| tree | 302054bad0e97a5bcf1875c2b0e33ea23ddc1e16 /docs/FAQ.md | |
| parent | 824768e26ff34a63c0ff809b500c2f3910b982ed (diff) | |
| parent | bc0aa4e64ce4eaf53476aa448b71b711feb9939e (diff) | |
| download | brew-46b43a19bc6c2bd1d1703db0125ea4375720d41d.tar.bz2 | |
Merge pull request #1767 from MikeMcQuaid/docs-updates
General documentation updates.
Diffstat (limited to 'docs/FAQ.md')
| -rw-r--r-- | docs/FAQ.md | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index b9cbcd225..82efbf454 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -212,23 +212,8 @@ Linking /usr/local/Cellar/foo/0.1… 17 symlinks created ``` ### Where was a formula deleted? -Use `brew log $FORMULA` to find out! - -Sometimes formulae are moved to specialized repositories. These are the -likely candidates: - -* [homebrew/dupes](https://github.com/Homebrew/homebrew-dupes) -* [homebrew/games](https://github.com/Homebrew/homebrew-games) -* [homebrew/versions](https://github.com/Homebrew/homebrew-versions) - -You can use `brew tap` to access these formulae: - -```bash -brew tap homebrew/games -brew install … -``` - -Note that brew search still finds formula in taps. +Use `brew log $FORMULA` to find out! Likely because it had unresolved issues or +our analytics identified it was not widely used. ### Homebrew is a poor name, it is generic, why was it chosen? @mxcl was too concerned with the beer theme and didn’t consider that the |
