From 9e38564ba63eb9040c02833692f7ff9eda50990d Mon Sep 17 00:00:00 2001 From: lnedad Date: Sat, 9 Jul 2011 20:15:04 -0700 Subject: [PATCH] Revert 983c1ad^ ... 983c1ad on Quick Start Guide --- Quick-Start-Guide.textile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Quick-Start-Guide.textile b/Quick-Start-Guide.textile index 5afbd8e..a055ace 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -18,16 +18,10 @@ Replace "/Users/gina/Documents/todo" to wherever your todo.txt file lives. The d -4. Make a hidden folder under you home directory named @.todo@: +4. Move the @todo.cfg@ configuration file to your home directory:
-      $ mkdir ~/.todo 
+      mv todo.cfg ~/.
 
-5. Move the @todo.cfg@ configuration file to the directory made in step 4 and rename it @config@: - -
-      $ mv todo.cfg ~/.todo/config
-
- -6. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@ +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"@