diff options
| -rw-r--r-- | Library/Formula/todo-txt.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index 32afb33d1..92a695c14 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -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 |
