aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/blacklist.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 9dea721b8..f3aa60d53 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -62,5 +62,14 @@ def blacklisted? name
when 'gsutil' then <<-EOS.undent
Install gsutil with `pip install gsutil`
EOS
+ when 'clojure' then <<-EOS.undent
+ Clojure isn't really a program but a library managed as part of a
+ project and Leiningen is the user interface to that library.
+
+ To install Clojure you should install Leiningen:
+ brew install leiningen
+ and then follow the tutorial:
+ https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md
+ EOS
end
end