aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/markdown.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/markdown.rb')
-rw-r--r--Library/Formula/markdown.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb
index 32890f67b..0c38d96f1 100644
--- a/Library/Formula/markdown.rb
+++ b/Library/Formula/markdown.rb
@@ -5,6 +5,9 @@ class Markdown < Formula
homepage 'http://daringfireball.net/projects/markdown/'
sha1 '7e6d1d9224f16fec5631bf6bc5147f1e64715a4b'
+ conflicts_with 'discount',
+ :because => 'both markdown and discount ship a `markdown` executable.'
+
def install
bin.install 'Markdown.pl' => 'markdown'
end