aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ttytter.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-04 16:56:47 -0700
committerAdam Vandenberg2011-04-04 16:56:47 -0700
commit1fb85efce5e47a832f187f9c8ee12bc42649fa3a (patch)
treebfaf9f7b0f5eb90f8d184179c0fa962621514240 /Library/Formula/ttytter.rb
parentf9f90beaa129c78ab31a24c49960dce2455d9eda (diff)
downloadhomebrew-1fb85efce5e47a832f187f9c8ee12bc42649fa3a.tar.bz2
Rewrite caveats to new style.
To make it easier to copy and paste multiline scripts from caveats, no longer use $ as a prompt marker.
Diffstat (limited to 'Library/Formula/ttytter.rb')
-rw-r--r--Library/Formula/ttytter.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/ttytter.rb b/Library/Formula/ttytter.rb
index 1870d5c68..8ccdd7dbb 100644
--- a/Library/Formula/ttytter.rb
+++ b/Library/Formula/ttytter.rb
@@ -11,11 +11,13 @@ class Ttytter < ScriptFileFormula
def caveats; <<-EOS.undent
To take full advantage of readline features you must install readline:
- $ brew install readline
+ brew install readline
+
and the Perl Module Term::ReadLine::TTYtter
- $ cpan -i Term::ReadLine::TTYtter
+ cpan -i Term::ReadLine::TTYtter
+
Or if you have cpanminus:
- $ cpanm Term::ReadLine::TTYtter
+ cpanm Term::ReadLine::TTYtter
EOS
end
end