From c4d7e21df538f3a427ddf1d30c420aedb73f1a9f Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 20 Aug 2013 15:44:12 +0200 Subject: brew create: Mention the example-formula --- Library/Homebrew/cmd/create.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 080a1dc8d..51b583f6c 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -115,6 +115,7 @@ class FormulaCreator require 'formula' # Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook + # #{HOMEBREW_PREFIX}/Library/Contributions/example-formula.rb # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! class #{Formula.class_s name} < Formula -- cgit v1.2.3