diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 467d383449..1de9b9487c 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 --set-name `. + ## Fill in the Homepage **We don’t accept formulae without homepages!**