From b8dfdcbee285bf18402e99052ac2c2216bdbff9f Mon Sep 17 00:00:00 2001 From: ginatrapani Date: Mon, 13 Sep 2010 01:26:01 -0700 Subject: [PATCH] Migrated from creating-and-installing-add-ons v4 --- Creating-and-Installing-Add-ons.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Creating-and-Installing-Add-ons.textile b/Creating-and-Installing-Add-ons.textile index 1808a77..c0383fb 100644 --- a/Creating-and-Installing-Add-ons.textile +++ b/Creating-and-Installing-Add-ons.textile @@ -2,20 +2,20 @@ Todo.sh add-ons let you add new todo.sh actions or change (override) default act h2. Installing Add-ons -Add-ons must be installed into the .todo.actions.d sub-directory of your home directory. Create this directory with the following bash shell commands: +Add-ons must be installed into the .todo/actions/ sub-directory of your home directory. Create this directory with the following bash shell commands:
 cd
-mkdir .todo.actions.d
+mkdir .todo/actions
 
You must name add-ons after the action you want to add or override. For example, create a new "review" action by installing an add-on to -.todo.actions.d/review. After installing the add-on, you must make it +.todo/actions/review. After installing the add-on, you must make it executable; for example:
-chmod +x .todo.actions.d/review
+chmod +x .todo/actions/review
 
Use the new or overridden action the normal todo.sh way. For example: