From 7584c29fdedcbb90abc5ec6ab9e911bfafd1a921 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 13 Aug 2012 21:19:43 -0500 Subject: todo-txt: restore caveats Signed-off-by: Jack Nagel --- Library/Formula/todo-txt.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3