From eb576b3e0bfed5a909fcddc1ad22b1ea14b07d88 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 26 Oct 2015 15:40:26 +0100 Subject: [PATCH] cookbook: mention --set-name for 'brew create' Closes Homebrew/homebrew#45335. Signed-off-by: Baptiste Fontaine --- share/doc/homebrew/Formula-Cookbook.md | 3 +++ 1 file changed, 3 insertions(+) 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!**