diff options
Diffstat (limited to 'Library/Formula/clojure.rb')
| -rw-r--r-- | Library/Formula/clojure.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index f45d34d52..914ab766f 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -28,4 +28,11 @@ EOS prefix.install jar (bin+'clj').write script end + + def caveats; <<-EOS.undent + If you `brew install repl` then you may find this wrapper script from + MacPorts useful: + http://trac.macports.org/browser/trunk/dports/lang/clojure/files/clj-rlwrap.sh?format=txt + EOS + end end |
