Skip to content
Snippets Groups Projects
Commit ecb78d54 authored by Chris Allen's avatar Chris Allen Committed by Mike McQuaid
Browse files

clojure: remove, blacklist in favour of leiningen.


Closes Homebrew/homebrew#21733.
Closes Homebrew/homebrew#21782.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent e9981324
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment