todo-txt: restore caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-08-13 21:19:43 -05:00
parent 7e9d6ae76b
commit 22d537efee
1 changed files with 6 additions and 0 deletions

View File

@ -12,4 +12,10 @@ class TodoTxt < Formula
prefix.install 'todo.cfg' # Default config file
(prefix+'etc/bash_completion.d').install 'todo_completion'
end
def caveats; <<-EOS.undent
To configure, copy the default config to your HOME and edit it:
cp #{prefix}/todo.cfg ~/.todo.cfg
EOS
end
end