diff options
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 467d38344..1de9b9487 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -116,6 +116,9 @@ end **Note:** If `brew` said `No formula found for "php54-timezonedb". Searching open pull requests...` and you are writing a Tap, you should run `brew tap --repair`. +**Note:** Homebrew will try to guess the formula’s name from its URL. If it +fails to do so you can use `brew create <url> --set-name <name>`. + ## Fill in the Homepage **We don’t accept formulae without homepages!** |
