From 077ef96ce8391008e91dce72453c5ea2da7937d3 Mon Sep 17 00:00:00 2001 From: ginatrapani Date: Tue, 13 Sep 2011 17:43:54 -0700 Subject: [PATCH] Simplified instructions given that the script now assumes both todo.cfg and todo.txt exist in todo.sh's directory --- Quick-Start-Guide.textile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Quick-Start-Guide.textile b/Quick-Start-Guide.textile index a055ace..aa5e056 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -2,26 +2,10 @@ Here's how to install and run the Todo.txt CLI: 1. "Download the latest stable release of Todo.txt CLI":http://github.com/ginatrapani/todo.txt-cli/downloads (available as a ZIP or TAR archive) and extract it. -2. Using the text editor of your choice, edit the section of the todo.cfg file that reads: - -
-      # Your todo.txt directory
-      TODO_DIR="/Users/gina/Documents/todo"
-
- -Replace "/Users/gina/Documents/todo" to wherever your todo.txt file lives. The directory must exist. - -3. Make the todo.sh script exectuable: +2. At the command line, cd into the directory where you extracted todo.sh. Make the todo.sh script exectuable:
       $ chmod +x todo.sh
 
- -4. Move the @todo.cfg@ configuration file to your home directory: - -
-      mv todo.cfg ~/.
-
- -5. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@ +3. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@