From 668d39d6695eee6a0ddc3ffe6ecbe69cd7c80b5b Mon Sep 17 00:00:00 2001 From: Tobias Steinhoff Date: Mon, 11 Oct 2010 21:15:09 +0200 Subject: ttytter 1.1.6 * added some notes how to use the new readline feature Signed-off-by: Adam Vandenberg --- Library/Formula/ttytter.rb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ttytter.rb b/Library/Formula/ttytter.rb index 4227f6ceb..7ed8c61db 100644 --- a/Library/Formula/ttytter.rb +++ b/Library/Formula/ttytter.rb @@ -1,11 +1,21 @@ require 'formula' class Ttytter 'ttytter' + bin.install '1.1.06.txt' => 'ttytter' + end + + def caveats; <<-EOS.undent + To take full advantage of readline features you must install readline: + $ brew install readline + and the Perl Module Term::ReadLine::TTYtter + $ cpan -i Term::ReadLine::TTYtter + Or if you have cpanminus: + $ cpanm Term::ReadLine::TTYtter + EOS end end -- cgit v1.2.3