diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 467d38344956a92b88e7179a41ac98ad32321880..1de9b9487c9d82147146d0715fb7985610f36a57 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鈥檚 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鈥檛 accept formulae without homepages!**